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

      Parameters

      • value: undefined | string

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

      • Optionalopts: DateTimeUtil.DateTimeOpts

        Optional DateTime options object to affect the creation of the DateTime instance

      Returns undefined | DateTime<boolean>

      an instance of a DateTime object

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

      InvalidDateTimeError if the instantiated DataTime object is invalid