ExceptionDay Class
Members See Also 
SourceCode.Workflow.Authoring Namespace : ExceptionDay Class



Glossary Item Box

Indicates whether a specific day of the year is considered to be a non working day or a day on which different working hours are applicable.

Object Model

ExceptionDay ClassPersistableContainerObject ClassWorkingHours Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class ExceptionDay 
   Inherits SourceCode.Framework.PersistableContainerObject
   Implements SourceCode.Framework.IValidationContainer 
Visual Basic (Usage)Copy Code
Dim instance As ExceptionDay

Remarks

The ExceptionDay object is used by the WorkingHours to determine whether a specific day of the year is to be excluded in calculating working hours per project, process or activity.

The exception days are date specific, i.e. 01 January in a year could be a public holiday, and work is not allowed to execute on this date.

Inheritance Hierarchy

System.Object
   SourceCode.Framework.PersistableObject
      SourceCode.Framework.PersistableContainerObject
         SourceCode.Workflow.Authoring.ExceptionDay

Requirements

Target Platforms: 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