Calendar.BaseCalendarExceptions property

Gets the collection of exceptions to base calendars.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property BaseCalendarExceptions As CalendarExceptionCollection
    Get
'Usage
Dim instance As Calendar
Dim value As CalendarExceptionCollection

value = instance.BaseCalendarExceptions
[RemoteAttribute]
public CalendarExceptionCollection BaseCalendarExceptions { get; }

Property value

Type: Microsoft.ProjectServer.Client.CalendarExceptionCollection
A collection of base calendar exceptions.

Remarks

A base calendar is a calendar that can be used as a project and task calendar that specifies default working and nonworking time for a set of resources. An exception is an instance in which a task or resource calendar differs from the project calendar.

See also

Reference

Calendar class

Calendar members

Microsoft.ProjectServer.Client namespace