Для изменения размера нажмите или перетащите

RecurrenceMonthlyPattern - класс

Represents a recurrence pattern where each occurrence happens on a specific day a specific number of months after the previous one.
Иерархия наследования

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public sealed class MonthlyPattern : RecurrenceIntervalPattern

Тип RecurrenceMonthlyPattern предоставляет следующие члены.

Конструкторы
  ИмяОписание
Открытый методRecurrenceMonthlyPattern
Initializes a new instance of the RecurrenceMonthlyPattern class.
Открытый методRecurrenceMonthlyPattern(DateTime, Int32, Int32)
Initializes a new instance of the RecurrenceMonthlyPattern class.
В начало страницы
Свойства
  ИмяОписание
Открытое свойствоDayOfMonth
Gets or sets the day of the month when each occurrence happens. DayOfMonth must be between 1 and 31.
Открытое свойствоEndDate
Gets or sets the date after which the recurrence ends. Setting EndDate resets NumberOfOccurrences.
(Унаследован от Recurrence.)
Открытое свойствоHasEnd
Gets a value indicating whether the pattern has a fixed number of occurrences or an end date.
(Унаследован от Recurrence.)
Открытое свойствоInterval
Gets or sets the interval between occurrences.
(Унаследован от RecurrenceIntervalPattern.)
Открытое свойствоNumberOfOccurrences
Gets or sets the number of occurrences after which the recurrence ends. Setting NumberOfOccurrences resets EndDate.
(Унаследован от Recurrence.)
Открытое свойствоStartDate
Gets or sets the date and time when the recurrence start.
(Унаследован от Recurrence.)
В начало страницы
Методы
  ИмяОписание
Открытый методEquals
Determines whether the specified object is equal to the current object.
(Унаследован от Object.)
Защищённый методFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object.)
Открытый методGetHashCode
Serves as the default hash function.
(Унаследован от Object.)
Открытый методGetType
Gets the Type of the current instance.
(Унаследован от Object.)
Открытый методIsSame
Checks if two recurrence objects are identical.
(Переопределяет RecurrenceIntervalPatternIsSame(Recurrence).)
Защищённый методMemberwiseClone
Creates 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.
(Унаследован от Recurrence.)
Открытый методToString
Returns a string that represents the current object.
(Унаследован от Object.)
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияGet (Определяется ComHelper.)
Открытый метод расширенияInternalMarkerCanvas
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.)
Открытый метод расширенияInvoke (Определяется ComHelper.)
Открытый метод расширенияSet (Определяется ComHelper.)
В начало страницы
См. также