|
| CalendarWithoutHolidays (string name) |
|
void | RegisterExtraHoliday (DateTime date, string comment) |
|
void | RegisterExtraWorkday (DateTime date, string comment) |
|
void | RemoveExtraHoliday (DateTime date) |
|
void | RemoveExtraWorkday (DateTime date) |
|
bool | IsWeekend (DateTime now) |
| Is it weekend now (Sunday or Saturday)?
|
|
bool | IsExtraHoliday (DateTime now) |
| Is it extra holiday during regular working week?
|
|
bool | IsExtraWorkday (DateTime now) |
| Is it extra working day during weekend (working Sunday or Saturday)?
|
|
bool | IsWorkingDay (DateTime now) |
| Is it working day?
|
|
DateTime | NextWorkingDay (DateTime now) |
| Get the next working day
|
|
DateTime | PrevWorkingDay (DateTime now) |
| Get the previous working day
|
|