Method SetHoliday
SetHoliday(int)
Marks the specified day as being a holiday in the current month.
void SetHoliday(int day)
Parameters
day
intDay (in the range 1...31).
Remarks
This method is only implemented in generic calendar (when
UseGeneric is true
) and does nothing in the native version.