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

RecurrenceRelativeYearlyPattern - класс

Represents a recurrence pattern where each occurrence happens on a relative day every year.
Иерархия наследования
SystemObject
  Tessa.Exchange.WebServices.DataComplexProperty
    Tessa.Exchange.WebServices.DataRecurrence
      Tessa.Exchange.WebServices.DataRecurrenceRelativeYearlyPattern

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

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

Конструкторы
  ИмяОписание
Открытый методRecurrenceRelativeYearlyPattern
Initializes a new instance of the RecurrenceRelativeYearlyPattern class.
Открытый методRecurrenceRelativeYearlyPattern(DateTime, Month, DayOfTheWeek, DayOfTheWeekIndex)
Initializes a new instance of the RecurrenceRelativeYearlyPattern class.
В начало страницы
Свойства
  ИмяОписание
Открытое свойствоDayOfTheWeek
Gets or sets the day of the week when each occurrence happens.
Открытое свойствоDayOfTheWeekIndex
Gets or sets the relative position of the day specified in DayOfTheWeek within the month.
Открытое свойство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.)
Открытое свойствоMonth
Gets or sets the month of the year when each occurrence happens.
Открытое свойство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.
(Переопределяет RecurrenceIsSame(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.)
В начало страницы
См. также