Compartir a través de


Recurrence.ByDay Members

Include Protected Members
Include Inherited Members

The Recurrence.ByDay structure represents a bydaylist recurrence value.

The Recurrence.ByDay type exposes the following members.

Constructors

  Name Description
Public method Recurrence.ByDay The Recurrence.ByDay constructor creates a new Recurrence.ByDay structure that has a given weekday and week number.

Top

Properties

  Name Description
Public property Day The Day property gets or sets the day of the week of this Recurrence.ByDay structure.
Public property OccurrenceNumber The OccurrenceNumber property gets or sets an integer that represents the number of the week for this Recurrence.ByDay structure.

Top

Methods

  Name Description
Public method Equals (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString The ToString method override returns an RFC 2445 string representation of the value of this Recurrence.ByDay structure. (Overrides ValueType.ToString().)

Top