A date in component form.
More...
A date in component form.
◆ YearMonthDay() [1/2]
| Lusid.Sdk.Model.YearMonthDay.YearMonthDay |
( |
| ) |
|
|
inlineprotected |
◆ YearMonthDay() [2/2]
| Lusid.Sdk.Model.YearMonthDay.YearMonthDay |
( |
int |
year = default(int), |
|
|
int |
month = default(int), |
|
|
int |
day = default(int) |
|
) |
| |
|
inline |
Initializes a new instance of the YearMonthDay class.
- Parameters
-
| year | The year of the date. (required). |
| month | The month of the date. (required). |
| day | The day in month of the date. (required). |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.YearMonthDay.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ Equals() [2/2]
| bool Lusid.Sdk.Model.YearMonthDay.Equals |
( |
YearMonthDay |
input | ) |
|
|
inline |
Returns true if YearMonthDay instances are equal
- Parameters
-
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.YearMonthDay.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.YearMonthDay.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.YearMonthDay.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ Day
| int Lusid.Sdk.Model.YearMonthDay.Day |
|
getset |
The day in month of the date.
The day in month of the date.
◆ Month
| int Lusid.Sdk.Model.YearMonthDay.Month |
|
getset |
The month of the date.
The month of the date.
◆ Year
| int Lusid.Sdk.Model.YearMonthDay.Year |
|
getset |
The year of the date.
The year of the date.
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/YearMonthDay.cs