CalendarExceptionCreationInformation members

Provides information for the creation of a calendar exception.

The CalendarExceptionCreationInformation type exposes the following members.

Constructors

  Name Description
Public method CalendarExceptionCreationInformation Creates an instance of the CalendarExceptionCreationInformation class.

Top

Properties

  Name Description
Public property Finish Gets or sets the date and time that the calendar exception ends.
Public property Name Gets or sets the name given for the calendar exception, such as Vacation.
Public property RecurrenceDays Gets or sets a mask that represents the days of the week on which the calendar exception is effective.
Public property RecurrenceFrequency Gets or sets the interval at which the calendar exception occurs.
Public property RecurrenceMonth Gets or sets the month when setting a yearly recurrence.
Public property RecurrenceMonthDay Gets or sets the day of the month when setting a yearly recurrence.
Public property RecurrenceType Gets or sets the recurrence type for the calendar exception.
Public property RecurrenceWeek Gets or sets the week number of a monthly occurrence.
Public property Shift1Finish Gets or sets the minute of the day that the first shift ends.
Public property Shift1Start Gets or sets the minute of the day that the first shift starts.
Public property Shift2Finish Gets or sets the minute of the day that the second shift ends.
Public property Shift2Start Gets or sets the minute of the day that the second shift starts.
Public property Shift3Finish Gets or sets the minute of the day that the third shift ends.
Public property Shift3Start Gets or sets the minute of the day that the third shift starts.
Public property Shift4Finish Gets or sets the minute of the day that the fourth shift ends.
Public property Shift4Start Gets or sets the minute of the day that the fourth shift starts.
Public property Shift5Finish Gets or sets the minute of the day that the fifth shift ends.
Public property Shift5Start Gets or sets the minute of the day that the fifth shift starts.
Public property Start Gets or sets the date and time that the calendar exception starts.
Public property TypeId (Inherited from ClientValueObject.)

Top

Methods

  Name Description
Public method CustomFromJson (Inherited from ClientValueObject.)
Public method CustomWriteToXml (Inherited from ClientValueObject.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method FromJson (Inherited from ClientValueObject.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method InitOnePropertyFromJson Reserved for internal use. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method WriteToXml Reserved for internal use. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).)

Top

See also

Reference

CalendarExceptionCreationInformation class

Microsoft.ProjectServer.Client namespace