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



Glossary Item Box

This collection provides an interface to the working hours for a project, process or activity. These are the days of the month and times of day during which a project, process or activity is deemed to be active.

Object Model

WorkingHours ClassPersistableContainerObject ClassExceptionDayCollection ClassExceptionDay ClassWeekDay ClassWeekDay ClassPersistableContainerObject ClassWeekDay ClassWeekDay ClassWeekDay ClassWeekDay ClassWeekDay Class

Syntax

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

Inheritance Hierarchy

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

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