Member Junction
    Preparing search index...

    A Graph dateTimeTimeZone value ({ dateTime, timeZone }) as /me/events reports start/end.

    interface GraphDateTimeTimeZone {
        dateTime?: string;
        timeZone?: string;
    }
    Index

    Properties

    Properties

    dateTime?: string

    The local date-time string (e.g. 2026-06-24T15:00:00.0000000).

    timeZone?: string

    The IANA/Windows time-zone name (e.g. UTC, Pacific Standard Time). UTC is the common case.