TimeZoneInformationGetTimeZone Method |
Retrieves a TimeZoneInformation structure
Namespace:
WorkflowGen.My.Globalization
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax public static TimeZoneInformation GetTimeZone(
int timezoneIdentifier
)
Public Shared Function GetTimeZone (
timezoneIdentifier As Integer
) As TimeZoneInformation
Parameters
- timezoneIdentifier
- Type: SystemInt32
A timezone identifier
Return Value
Type:
TimeZoneInformationAn TimeZoneInformation structure or null if no timezone matches the timezoneIdentifier parameter
See Also