Class Period

Constructors

Properties

Constructors

  • Parameters

    • client: Pronote
    • period: {
          G: number;
          L: string;
          N: string;
          dateDebut: {
              V: string;
              _T: 7;
          };
          dateFin: {
              V: string;
              _T: 7;
          };
          periodeNotation: number;
      }
      • G: number
      • L: string

        Name of the period.

      • N: string

        ID of the period.

      • dateDebut: {
            V: string;
            _T: 7;
        }
        • V: string
        • _T: 7
      • dateFin: {
            V: string;
            _T: 7;
        }
        • V: string
        • _T: 7
      • periodeNotation: number

    Returns Period

Properties

client: Pronote
end: Date
genre: number
id: string
name: string
start: Date