Click or drag to resize

ZoneNotFoundBehavior Enumeration

Enumerates the behavior of the Find(String, ZoneNotFoundBehavior) method.

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.0.8475.0
Syntax
C#
public enum ZoneNotFoundBehavior
Members
Member nameValueDescription
ThrowOnNotFound0(Default) Throws an ArgumentException if the time zone cannot be found.
ReturnUtc1Returns the UTC zone if the time zone cannot be found.
ReturnDefault2Returns the default zone if the chosen time zone cannot be found.
See Also