Scripts
    Preparing search index...

    Interface IDateValueSetter

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

    interface IDateValueSetter {
        setDateValue(value: Date): void;
    }

    Implemented by

    Index

    Methods

    Methods

    • Sets value as date.

      Parameters

      • value: Date

        Date value.

      Returns void