nylas
    Preparing search index...

    Interface Time

    Class representation of a specific point in time. A meeting at 2pm would be represented as a time subobject.

    interface Time {
        object: Time;
        time: number;
        timezone: string;
    }
    Index

    Properties

    Properties

    object: Time

    The type of 'when' object.

    time: number

    A UNIX timestamp representing the time of occurrence.

    timezone: string

    If timezone is present, then the value for time will be read with timezone. Timezone using IANA formatted string. (e.g. "America/New_York")