Contains only a starting DateTime.

WindowInput

interface WindowInput {
    start: string;
}

Properties

Properties

start: string

The start date of the window. In ISO 8601 datetime format with minute precision. Supports patterns yyyy-MM-ddTHH:mmZ, yyyy-MM-ddTHH:mm:ssZ, or yyyy-MM-ddTHH:mm:ss.sssZ. Note that non-zero second and millisecond components are removed.

WindowInput