Calendar class
Represents a Project Server calendar.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.Calendar
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.Calendar", ServerTypeId := "{6f9fee8d-874f-4440-9151-b84b537cab52}")> _
Public Class Calendar _
Inherits ClientObject
'Usage
Dim instance As Calendar
[ScriptTypeAttribute("PS.Calendar", ServerTypeId = "{6f9fee8d-874f-4440-9151-b84b537cab52}")]
public class Calendar : ClientObject
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.