Click or drag to resize
TimeZoneInformationGetTimeZones Method (Boolean)
Retrieves an array of TimeZoneInformation structures

Namespace: WorkflowGen.My.Globalization
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public static TimeZoneInformation[] GetTimeZones(
	bool sortByBias
)

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: TimeZoneInformation
An array of TimeZoneInformation structures
See Also