Namespace: Assorted.Utils.Dates.Patterns
Assembly: Assorted.Utils (Assorted.Utils.dll) version 1.1.0.0
Implements: IRecurrentPattern, IEquatable<DailyPattern>
Inheritance: object→
DailyPattern
Generates a sequence of System.DateTime
values based on a daily reoccurring pattern.
public class DailyPattern : IRecurrentPattern, IEquatable<DailyPattern>
Constructor | Description |
---|---|
DailyPattern(int) | Initializes an instance of DailyPattern class. |
Property | Description |
---|---|
Interval | Gets the interval of occurrences in number of days. |
Method | Description |
---|---|
Equals(DailyPattern) | Indicates whether the current instance is equal to another object of type DailyPattern . |
Equals(object) | Determines whether this instance and a specified object are equal. |
GetHashCode() | Returns the hash code for this instance. |
GetRecurrencesStartingAt(DateTime) | Returns the sequence of recurring dates, starting at a given System.DateTime value. |
Any public member of this type, either static or instance, is thread-safe.
This document is generated by DG.