mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
save
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export class EventRecurrence{
|
||||
Type: string;
|
||||
Day?: number;
|
||||
DayOfWeek?:number;
|
||||
Month?: number;
|
||||
LastOcurrence?: Date;
|
||||
|
||||
/* public EventRecurrence(){
|
||||
this.Type = "-1";
|
||||
} */
|
||||
}
|
||||
Reference in New Issue
Block a user