- Timestamp:
- 12/10/12 13:33:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/RecurrentEvent.cs
r8957 r9016 29 29 public bool AllDay { get; set; } 30 30 public HashSet<DayOfWeek> WeekDays { get; set; } 31 public DowntimeType AppointmentType { get; set; }31 public DowntimeType DowntimeType { get; set; } 32 32 } 33 33 }
Note: See TracChangeset
for help on using the changeset viewer.