CalendarViewType Members

Include Protected Members
Include Inherited Members

The CalendarViewType class represents the settings that are used to return calendar items as they appear in a calendar.

The CalendarViewType type exposes the following members.

Constructors

  Name Description
Public method CalendarViewType The CalendarViewType constructor initializes a new instance of the CalendarViewType class.

Top

Properties

  Name Description
Public property EndDate The EndDate property sets the end of the time span for a Calendar View.
Public property MaxEntriesReturned The MaxEntriesReturned property gets or sets the maximum number of results to return in a FindItem response. (Inherited from BasePagingType.)
Public property MaxEntriesReturnedSpecified The MaxEntriesReturnedSpecified property gets or sets a Boolean value that specifies whether the MaxEntriesReturned property is serialized into the SOAP request. (Inherited from BasePagingType.)
Public property StartDate The StartDate property sets the start of the time span for a Calendar View.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top