ZoneNotFoundBehavior Enumeration

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

Definition

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
C#
public enum ZoneNotFoundBehavior

Members

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