Scripts
    Preparing search index...

    Interface used for marking elements with gettable value represented by string.

    Hierarchy (View Summary)

    Implements

    Index

    Methods

    • Returns date value of the element.

      Returns Date

      Date value.

    • Returns whether MonthByWords is enabled.

      Returns boolean

      MonthByWord value.

    • Returns date value of the element as UTC timestamp in milliseconds.

      Returns number

      Date value.

    • Returns date in ISO 8601 format.

      Returns string

      String date value.

    • Checks if the element has specified tag.

      Parameters

      • tag: Tag

        Tag that is checked.

      Returns boolean

      True if element has specified tag, false otherwise.

    • Sets date value of the element from the JS Date object.

      Parameters

      • value: Date

        Date value.

      Returns void

    • Sets whether MonthByWords is enabled.

      Parameters

      • value: boolean

        MonthByWords value.

      Returns void

    • Sets date value of the element from UTC timestamp number in milliseconds.

      Parameters

      • value: number

        Number value in milliseconds.

      Returns void

    • Sets date value of the element from string in ISO 8601 format.

      Parameters

      • Optionalvalue: string

        String value.

      Returns void