-
Notifications
You must be signed in to change notification settings - Fork 0
Entry
Johannes Pour edited this page Oct 8, 2021
·
2 revisions
-
date: Date -
day: string -
className: string -
period: number -
type: string -
oldSubject: string -
newSubject: string -
oldRoom: string -
newRoom: string -
description: string -
longOldSubject
The long version of theoldSubjectattribute -
longNewSubject
The long version of thenewSubjectattribute
-
.realTime-> Date
Calculates theperiodattribute to real time
-
.exactDateAndTime-> Date
The exact year, month, day, hour and minute when it takes place
-
.toJSON()-> object
Returns aEntryobject as aJSONrepresentation
-
.fromJSON(data: object)-> TimeTable instance
Create a newEntryinstance from theJSONdata
For more technical info, you can read the docs inside the code