Click or drag to resize
TimeZoneInformationGetTimeZoneName Method
Retrieves the name of the current TimeZoneInfo structure (Daylight or Standard) based on the given DateTime.

Namespace: WorkflowGen.My.Globalization
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public string GetTimeZoneName(
	DateTime time
)

Parameters

time
Type: SystemDateTime
The time to evaluate the correct timezone name from

Return Value

Type: String
Either the standard or daylight displayName of the timezone
See Also