HLocalDate Constructor
HLocalDate(Int32, Byte, Byte)
Initializes a new instance of the HLocalDate struct.
Declaration
public HLocalDate(int year, byte month, byte day)
Parameters
Int32 | 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. |