CalendarException class

Represents a difference (an exception) from the base calendar.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.ProjectServer.Client.CalendarException
      Microsoft.ProjectServer.Client.BaseCalendarException
      Microsoft.ProjectServer.Client.ResourceCalendarException

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<ScriptTypeAttribute("PS.CalendarException", ServerTypeId := "{f5c870df-3a46-4f7e-b38b-0f8f21f0ecff}")> _
Public Class CalendarException _
    Inherits ClientObject
'Usage
Dim instance As CalendarException
[ScriptTypeAttribute("PS.CalendarException", ServerTypeId = "{f5c870df-3a46-4f7e-b38b-0f8f21f0ecff}")]
public class CalendarException : ClientObject

Remarks

A calendar exception is an instance in which a task or resource calendar differs from the project calendar. For example, if the project calendar shows 9 am to 5 pm working time Monday through Friday, a calendar exception for one resource might be Tuesday working time from noon to 7 pm.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

CalendarException members

Microsoft.ProjectServer.Client namespace