Defines a WorkingHours interface. 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.
Classes that Implement IWorkingHours:
Authoring.WorkingHours
Syntax
Visual Basic (Declaration) |
|
Public Interface IWorkingHours
|
C# |
|
public interface IWorkingHours
|
C++/CLI |
|
public interface class IWorkingHours
|
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