interface DatumRangeResult {
    dayCount: number;
    endDate: string;
    endDateMillis: number;
    monthCount: number;
    startDate: string;
    startDateMillis: number;
    timeZone: string;
    yearCount: number;
}

Hierarchy (view full)

Properties

dayCount: number

The number of days in the range.

endDate: string

The end of the time range.

endDateMillis: number

The end of the time range, in milliseconds since the epoch.

monthCount: number

The number of months in the range.

startDate: string

The start of the time range.

startDateMillis: number

The start of the time range, in milliseconds since the epoch.

timeZone: string

The local time zone of the node.

yearCount: number

The number of years in the range.