public enum ZoneNotFoundBehavior
ThrowOnNotFound | 0 | (Default) Throws an ArgumentException if the time zone cannot be found. |
ReturnUtc | 1 | Returns the UTC zone if the time zone cannot be found. |
ReturnDefault | 2 | Returns the default zone if the chosen time zone cannot be found. |