Click or drag to resize

TimeZoneInformationGetTimeZoneJson Method

Retrieves a TimeZoneInformation JSON structure

Namespace:  WorkflowGen.My.Globalization
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax
public static string GetTimeZoneJson(
	int timezoneIdentifier
)

Parameters

timezoneIdentifier
Type: SystemInt32
A timezone identifier

Return Value

Type: String
An TimeZoneInformation JSON structure
See Also