nylas
    Preparing search index...

    Interface Datespan

    Class representation of a specific dates without clock-based start or end times. A business quarter or academic semester would be represented as datespan subobjects.

    interface Datespan {
        endDate: string;
        object: Datespan;
        startDate: string;
    }
    Index

    Properties

    endDate: string

    The end date in ISO 8601 format.

    object: Datespan

    The type of 'when' object.

    startDate: string

    The start date in ISO 8601 format.