Click or drag to resize

TimeZoneInformation.GetTimeZones 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)
Syntax
public static TimeZoneInformation[] GetTimeZones(
	bool sortByBias
)

Parameters

sortByBias
Type: System.Boolean
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