GetTimeZone¶
Returns the time zone information of the specified DateTimeOffset value.
myCalendar.GetTimeZone(dateTime: DateTimeOffset):string (DateTimeOffset)
Parameters¶
DateTimeOffset dateTime
The DateTimeOffset value to extract the time zone information from.
Returns¶
The time zone information in "hh:mm" time span format.
Remarks¶
Extract a time zone offset from a stored date-time value¶
1 2 3 4 | |
Example¶
1 2 3 | |