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
Syntaxpublic class MonthDay
Properties
Month
Month
Declarationpublic Months Month { get; set; }
| Type | Description | 
|---|---|
| Months | 
DayNumber
Day number
Declarationpublic int DayNumber { get; set; }
| Type | Description | 
|---|---|
| int | 
Methods
Create(DateTime)
Create instance of the day of the month
Declarationpublic static MonthDay Create(DateTime date)
| Type | Name | Description | 
|---|---|---|
| DateTime | date | Instance of DateTime | 
| Type | Description | 
|---|---|
| MonthDay | MonthDay instance | 
Create(int, Months, int)
Create instance of the day of the month
Declarationpublic static MonthDay Create(int year, Months month, int day)
| Type | Name | Description | 
|---|---|---|
| int | year | Year | 
| Months | month | Month | 
| int | day | Day number | 
| Type | Description | 
|---|---|
| MonthDay | Day instance | 
Equals(object)
Declarationpublic override bool Equals(object obj)
| Type | Name | Description | 
|---|---|---|
| object | obj | 
| Type | Description | 
|---|---|
| bool | 
GetHashCode()
Declarationpublic override int GetHashCode()
| Type | Description | 
|---|---|
| int |