Click or drag to resize

TimeZoneInformationGetTimeZone Method

Retrieves a TimeZoneInformation structure

Namespace:  WorkflowGen.My.Globalization
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public static TimeZoneInformation GetTimeZone(
	int timezoneIdentifier
)

Parameters

timezoneIdentifier
Type: SystemInt32
A timezone identifier

Return Value

Type: TimeZoneInformation
An TimeZoneInformation structure or null if no timezone matches the timezoneIdentifier parameter
See Also