|
virtual |
Indicates whether the specified time falls within working interval.
The default implementation does not check the pItem. It just checks whether the day is Saturday or Sunday. Override this method in a derived class to add check for other holidays. You can also return FALSE if the specified item (partially) belongs to a person that is on vacation.
pItem | A pointer to an item. |
day | DateTime to check. |