CalendarExceptionCollection.Add-Methode
Die Auflistung der Kalenderausnahmen hinzugefügt eine Kalenderausnahme.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Function Add ( _
parameters As CalendarExceptionCreationInformation _
) As CalendarException
'Usage
Dim instance As CalendarExceptionCollection
Dim parameters As CalendarExceptionCreationInformation
Dim returnValue As CalendarException
returnValue = instance.Add(parameters)
[RemoteAttribute]
public CalendarException Add(
CalendarExceptionCreationInformation parameters
)
Parameter
parameters
Typ: Microsoft.ProjectServer.Client.CalendarExceptionCreationInformationEin Objekt, das Informationen über eine neue Kalenderausnahme für Beispiel starten und Fertig stellen Zeiten oder ein Datum, enthält.
Rückgabewert
Typ: Microsoft.ProjectServer.Client.CalendarException
Eine Kalenderausnahme.
Siehe auch
Referenz
CalendarExceptionCollection Klasse