nylas
    Preparing search index...

    Interface Date

    Class representation of an entire day spans without specific times. Your birthday and holidays would be represented as date subobjects.

    interface Date {
        date: string;
        object: Date;
    }
    Index

    Properties

    Properties

    date: string

    Date of occurrence in ISO 8601 format.

    object: Date

    The type of 'when' object.