PfsSchedule.IsDefaultDay



IsDefaultDay(sDayOfWeek As tpPfsDefaultDays) As Boolean

Parameters

sDayOfWeek As tpPfsDefaultDays
Can be one of the following DefaultDay types:

ED
avaliable
RT
avaliable

Remarks

With this methode you can check if a schedule is linked as default schedule to a daytype.

For instance IsDefaultDay(tppfsMonday) would be true if the schedule is linked to all mondays, instead it would be false.

See Also

PfsSchedule