This commit is contained in:
tiago.kayaya
2021-07-08 13:20:54 +01:00
parent 11e379d651
commit 88bdab5d65
8 changed files with 67 additions and 7 deletions
@@ -0,0 +1,11 @@
export class EventRecurrence{
Type: string;
Day?: number;
DayOfWeek?:number;
Month?: number;
LastOcurrence?: Date;
/* public EventRecurrence(){
this.Type = "-1";
} */
}