Click or drag to resize

TimeZoneID Property

The unique ID for this TimeZone. See TimeZonesZones for constants for common timezones.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int ID { get; set; }

Property Value

Type: Int32
Remarks
The UTC timezone always has an ID of zero.
See Also