Version

TaskWorkingHourViolationReason Enumeration

Constants which describe the reason that the TaskWorkingHourViolation event was fired.
Syntax
'Declaration
 
Public Enum TaskWorkingHourViolationReason 
   Inherits System.Enum
public enum TaskWorkingHourViolationReason : System.Enum 
Members
MemberDescription
AddedToCollectionA Task whose StartDateTime is outside the working hour range was added to a TasksCollection.
EndDateTimeThe task's EndDateTime property was changed to a value that falls outside the working hour range.
NoneUsed for variable initialization.
StartDateTimeThe task's StartDateTime property was changed to a value that falls outside the working hour range.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also