Table of Contents

Method SetHoliday

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetHoliday(int)

Marks the specified day as being a holiday in the current month.

void SetHoliday(int day)

Parameters

day int

Day (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.