TimeZoneInformationGetTimeZoneJson Method |
Retrieves a TimeZoneInformation JSON structure
Namespace:
WorkflowGen.My.Globalization
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.1.0.0 (9.1.0.20241025)
Syntax public static string GetTimeZoneJson(
int timezoneIdentifier
)
Public Shared Function GetTimeZoneJson (
timezoneIdentifier As Integer
) As String
Parameters
- timezoneIdentifier
- Type: SystemInt32
A timezone identifier
Return Value
Type:
StringAn TimeZoneInformation JSON structure
See Also