Data Model Libraries
    Preparing search index...
    • Returns a Luxon DateTime object having the UTC time zone for the provided ISO 8601 string value.

      Parameters

      • value: undefined | string

        string that represents an ISO 8601 value used to instantiate a DataTime object

      Returns undefined | DateTime<boolean>

      an instance of a DateTime object having the UTC time zone

      Uses DateTime.fromISO() static method to create a DateTime object.

      InvalidDateTimeError if the instantiated DataTime object is invalid