import { CalendarDate } from '../calendar-date/calendar-date'; export interface CalendarHours { hours?: string; day?: string; date?: number; month?: number; year?: number; isToday?: boolean; isHourNow?: boolean; isFirst?: boolean; timeZone?: string; cDate?: CalendarDate; isAllDay?: boolean; }