Function isTimeZone

  • Checks if a given object is of type TimeZone. Note that it does not work for sub classes. However, use this to be robust against different versions of the library in one process instead of instanceof

    Parameters

    • value: any

      Value to check

    Returns value is TimeZone

    Throws

    nothing

Generated using TypeDoc