Scripts
    Preparing search index...

    Interface IDateValueGetter

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

    interface IDateValueGetter {
        getDateValue(): Date;
    }

    Implemented by

    Index

    Methods

    Methods

    • Gets value as date.

      Returns Date

      Date value