This commit is contained in:
tiago.kayaya
2021-07-09 15:58:10 +01:00
parent 3021d6c271
commit af4702135d
5 changed files with 6 additions and 4 deletions
@@ -3,7 +3,7 @@ export class EventRecurrence{
Day?: number;
DayOfWeek?:number;
Month?: number;
LastOcurrence?: Date;
LastOccurrence?: Date;
/* public EventRecurrence(){
this.Type = "-1";