ICalendar.IsDayWorking

ICalendar.IsDayWorking method

Determines whether the specified day is a working day according to the calendar.

public bool IsDayWorking(DateTime dt)
ParameterTypeDescription
dtDateTimeThe date to check whether the day is working.

Return Value

True if the day is a working day.

See Also