Recurrence - класс

Represents a recurrence pattern, as used by Appointment and Task items.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public abstract class Recurrence : ComplexProperty
Inheritance
Object    ComplexProperty    Recurrence
Derived

Свойства

EndDate Gets or sets the date after which the recurrence ends. Setting EndDate resets NumberOfOccurrences.
HasEnd Gets a value indicating whether the pattern has a fixed number of occurrences or an end date.
NumberOfOccurrences Gets or sets the number of occurrences after which the recurrence ends. Setting NumberOfOccurrences resets EndDate.
StartDate Gets or sets the date and time when the recurrence start.

Методы

EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
IsSame Checks if two recurrence objects are identical.
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
NeverEnds Sets up this recurrence so that it never ends. Calling NeverEnds is equivalent to setting both NumberOfOccurrences and EndDate to null.
ToStringReturns a string that represents the current object.
(Унаследован от Object)

Методы расширения

Get
(Определяется ComHelper)
InternalMarkerCanvas Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также