Version

ProjectTaskInNonWorkingDayWarningAction Enumeration

Represents the various actions possible when a warning occurs because a task with working time duration is in non-working day.
Syntax
'Declaration
 
Public Enum ProjectTaskInNonWorkingDayWarningAction 
   Inherits System.Enum
public enum ProjectTaskInNonWorkingDayWarningAction : System.Enum 
Members
MemberDescription
AddExceptionToCalendarAdd an exception to the ProjectCalendar.Exceptions collection of the current calendar associated with the task.
CancelCancel the change which caused the warning.
MoveToWorkingDayMove the task to a valid working day. If the task start has been moved into a non-working day, it will be moved to the next possible working day. If the task finish has been moved into a non-working day, it will be moved to the previous possible working day.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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