[]
        
(Showing Draft Content)

C1.Schedule.CalendarInfo.IsWorkingDay

IsWorkingDay Method

IsWorkingDay(DateTime)

Returns true if specified date is not weekend or holiday.

Declaration
public bool IsWorkingDay(DateTime day)
Parameters
Type Name Description
DateTime day

The DateTime value to check.

Returns
Type Description
bool

True if specified date is not weekend or holiday; false - otherwise.