Skip to main content

Class MonthDay

Day of the month

Inheritance

↳ object

    MonthDay

Inherited Members

Equals(object, object)

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Runtime.Calendars

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class MonthDay

Properties

Month

Month

Declaration
public Months Month { get; set; }
Property value
TypeDescription
Months

DayNumber

Day number

Declaration
public int DayNumber { get; set; }
Property value
TypeDescription
int

Methods

Create(DateTime)

Create instance of the day of the month

Declaration
public static MonthDay Create(DateTime date)
Parameters
TypeNameDescription
DateTimedateInstance of DateTime
Returns
TypeDescription
MonthDayMonthDay instance

Create(int, Months, int)

Create instance of the day of the month

Declaration
public static MonthDay Create(int year, Months month, int day)
Parameters
TypeNameDescription
intyearYear
MonthsmonthMonth
intdayDay number
Returns
TypeDescription
MonthDayDay instance

Equals(object)

Declaration
public override bool Equals(object obj)
Parameters
TypeNameDescription
objectobj
Returns
TypeDescription
bool

GetHashCode()

Declaration
public override int GetHashCode()
Returns
TypeDescription
int

Extension Methods