Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 2.16 KB

Assorted.Utils.Dates.Patterns.DailyPattern.md

File metadata and controls

47 lines (31 loc) · 2.16 KB

DailyPattern Class

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.

Syntax

public class DailyPattern : IRecurrentPattern, IEquatable<DailyPattern>

Constructors

Constructor Description
DailyPattern(int) Initializes an instance of DailyPattern class.

Properties

Property Description
Interval Gets the interval of occurrences in number of days.

Methods

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.

Thread Safety

Any public member of this type, either static or instance, is thread-safe.

See Also


This document is generated by DG.