mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
11 lines
216 B
TypeScript
11 lines
216 B
TypeScript
export class EventRecurrence {
|
|
Type: string | number;
|
|
Day?: number;
|
|
DayOfWeek?:number;
|
|
Month?: number;
|
|
LastOccurrence?: Date;
|
|
|
|
/* public EventRecurrence(){
|
|
this.Type = "-1";
|
|
} */
|
|
} |