Calendar of the school

Hierarchy

  • Calendar

Properties

The list of school events

outputRange: {
    end: number | Date;
    start: number | Date;
}

The date range of the events

Type declaration

  • end: number | Date

    The end date of events range

  • start: number | Date

    The beginning date of events range

schoolDate: {
    end: number | Date;
    start: number | Date;
}

The date of the school

Type declaration

  • end: number | Date

    The date that indicates the last day of school

  • start: number | Date

    The date that indicates the start of school

Generated using TypeDoc