Click or drag to resize

TimeZoneFindType Enumeration

Find types for use with TimeZones.Find() to find a specific timezone in athe collection.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum TimeZoneFindType
Members
  Member nameValueDescription
ByBrowserOffset1Find timezone by the offset from UTC assuming current DaylightTime state using Javascript offset rules.
ById2Find timezone by the timezone ID. This includes the special case of "." for user local timezone.
ByWindowsOffset3Find timezone by the offset from UTC assuming current DaylightTime state using Windows offset rules.
See Also