This commit is contained in:
@@ -23,7 +23,7 @@ namespace AyaNova.Models
|
||||
|
||||
//----
|
||||
public DateTime? StopGeneratingDate { get; set; }
|
||||
public bool[] ExcludeDaysOfWeek { get; set; }//Monday to Sunday (0-6 index)
|
||||
public DaysOfWeek ExcludeDaysOfWeek { get; set; }//bit field flags set
|
||||
public bool Active { get; set; }
|
||||
public DateTime NextServiceDate { get; set; }
|
||||
public PMTimeUnit RepeatUnit { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user