TimeZoneInformationGetTimeZones Method (Boolean) |
Retrieves an array of TimeZoneInformation structures
Namespace:
WorkflowGen.My.Globalization
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax public static TimeZoneInformation[] GetTimeZones(
bool sortByBias
)
Public Shared Function GetTimeZones (
sortByBias As Boolean
) As TimeZoneInformation()
Parameters
- sortByBias
- Type: SystemBoolean
Determines whether or not to sort the timezones according to their bias. If false, the timezones are sorted by identifiers
Return Value
Type:
TimeZoneInformationAn array of TimeZoneInformation structures
See Also