Files
doneit-web/src/app/models/agenda/eventrecurrence.model.ts
T
Peter Maquiran a3b753dad9 Hot fix
2021-07-20 19:22:11 +01:00

11 lines
216 B
TypeScript

export class EventRecurrence {
Type: string | number;
Day?: number;
DayOfWeek?:number;
Month?: number;
LastOccurrence?: Date;
/* public EventRecurrence(){
this.Type = "-1";
} */
}