Click or drag to resize

TimeZoneGetTimeZoneName Method

The name of the current TimeZone structure (Daylight or Standard) based on the date/time.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string GetTimeZoneName(
	DateTime time
)

Parameters

time
Type: SystemDateTime
The time to evaluate determine the correct time zone name from

Return Value

Type: String
Either the standard or daylight name of the time zone
See Also