Public Shared Function GetFieldTimeZone( _ ByVal mapMember As MapMember, _ ByVal fieldName As String _ ) As TimeReference
public static TimeReference GetFieldTimeZone( MapMember mapMember, string fieldName )
Parameters
- mapMember
- The MapMember to pull the time zone from.
- fieldName
- The name of the date field. Each date field may have a different time zone.
Return Value
The time zone the field's date values are returned in.