Recurrence Methods

Methods

At Returns a recurrence on the specified time of day of the current pattern.
CreateDateTimeIndex(DateTime, Int32, SortOrder) Creates an index of DateTime keys of the specified length using the specified start date.
CreateDateTimeIndex(DateTime, DateTime, Boolean, Boolean) Creates an index of DateTime keys between the specified dates.
CreateDateTimeIndex(DateTime, TimeSpan, Boolean, Boolean) Creates an index of DateTime keys from the specified start date over the specified time span.
Day Returns a recurrence on the specified day of the current pattern.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Every(DateTimeUnit) Returns a recurrence repeating after one instance of the specified unit.
Every(Double, DateTimeUnit) Returns a recurrence repeating after the specified number of units.
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Friday Returns a monthly recurrence on a specific Friday.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Monday Returns a monthly recurrence on a specific Monday.
Month Returns a recurrence on the specified month of the current pattern.
Offset Returns a recurrence at the specified offset from the current recurrence.
Saturday Returns a monthly recurrence on a specific Saturday.
Sunday Returns a monthly recurrence on a specific Sunday.
Thursday Returns a monthly recurrence on a specific Thursday.
ToStringReturns a string that represents the current object.
(Inherited from Object)
Tuesday Returns a monthly recurrence on a specific Tuesday.
Wednesday Returns a monthly recurrence on a specific Wednesday.

See Also