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