| TimeZoneInformationGetTimeZones Method (Boolean) | 
            Retrieves an array of TimeZoneInformation structures
            
 
Namespace: WorkflowGen.My.GlobalizationAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.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