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; }
Public Default Property Item (
key As Integer
) As TimeZone
Get
Set
Parameters
- key
- Type: SystemInt32
The key (ID) of the timezone of interest.
Return Value
Type:
TimeZoneThe specified timezone if found, else null.
Remarks
0 == UTC
See Also