TimeZoneInformationGetTimeZones Method (Boolean) | 
 
            Retrieves an array of TimeZoneInformation structures
            
 
    Namespace: 
   WorkflowGen.My.Globalization
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic 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