HLocalDate Constructor
HLocalDate(int, byte, byte)
Initializes a new instance of the HLocalDate struct.
Declaration
public HLocalDate(int year, byte month, byte day)
Parameters
int | year | The year value. |
byte | month | The month value. |
byte | day | The day value. |
Exceptions
ArgumentOutOfRangeException |
|
HLocalDate(DateTime)
Initializes a new instance of the HLocalDate struct.
Declaration
public HLocalDate(DateTime dateTime)
Parameters
DateTime | dateTime | The date. |
HLocalDate(DateOnly)
Initializes a new instance of the HLocalDate struct.
Declaration
public HLocalDate(DateOnly dateOnly)
Parameters
DateOnly | dateOnly | The date. |