This commit is contained in:
2021-07-28 20:18:45 +00:00
parent 3927ea1b49
commit f240b2030e
4 changed files with 28 additions and 3 deletions

View File

@@ -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; }