Constructors
constructor
- new CalendarEntry(title: string, startDateTime: Date, endDateTime: Date): CalendarEntry
-
Parameters
-
title: string
-
startDateTime: Date
-
endDateTime: Date
Properties
endDateTime
endDateTime: Date
startDateTime
startDateTime: Date
title
title: string
wrapper
wrapper: any