Click or drag to resize

TimeZonesItem Property

Look up a timezone by key (ID).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public TimeZone this[
	int key
] { get; set; }

Parameters

key
Type: SystemInt32
The key (ID) of the timezone of interest.

Return Value

Type: TimeZone
The specified timezone if found, else null.
Remarks
0 == UTC
See Also