Skip to main content

CalendarDate

type CalendarDate = object;

Represents a date in a calendar system.

Properties

day

day: number;

hour

hour: number;

microsecond

microsecond: number;

minute

minute: number;

month

month: number;

second

second: number;

year

year: number;