TimeZoneInformationGetTimeZone Method |
Retrieves a TimeZoneInformation structure
Namespace:
WorkflowGen.My.Globalization
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.3.0.0 (4.3.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
See Also