The time period of a gradebook

Hierarchy

  • ReportingPeriod

Properties

Properties

date: {
    end: Date;
    start: Date;
}

The date of the period

Type declaration

  • end: Date

    The end date of the period

  • start: Date

    The start date of the period

index: number

The index of the period. This is usually passed in Client.gradebook()

name: string

The name of the period

Generated using TypeDoc