Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 2.42 KB

Assorted.Utils.Dates.Patterns.MonthlyDayPattern.md

File metadata and controls

48 lines (32 loc) · 2.42 KB

MonthlyDayPattern Class

Namespace: Assorted.Utils.Dates.Patterns
Assembly: Assorted.Utils (Assorted.Utils.dll) version 1.1.0.0
Implements: IRecurrentPattern, IEquatable<MonthlyDayPattern>
Inheritance: object MonthlyDayPattern

Generates a sequence of System.DateTime values based on a monthly reoccurring pattern when events occur on a specific day of the month.

Syntax

public class MonthlyDayPattern : IRecurrentPattern, IEquatable<MonthlyDayPattern>

Constructors

Constructor Description
MonthlyDayPattern(int, int) Initializes an instance of MonthlyDayPattern class.

Properties

Property Description
DayOfMonth Gets the day of the month when the event occurs.
Interval Gets the interval of occurrences in number of months.

Methods

Method Description
Equals(MonthlyDayPattern) Indicates whether the current instance is equal to another object of type MonthlyDayPattern.
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.