HLocalDateTime Constructor
HLocalDateTime(HLocalDate, HLocalTime)
Initializes a new instance of the HLocalDateTime struct.
Declaration
public HLocalDateTime(HLocalDate date, HLocalTime time)
Parameters
HLocalDate | date | The date value. |
HLocalTime | time | The time value. |
HLocalDateTime(Int32, Byte, Byte, Byte, Byte, Byte, Int32)
Initializes a new instance of the HLocalDateTime struct.
Declaration
public HLocalDateTime(int year, byte month, byte day, byte hour, byte minute, byte second, int nanosecond)
Parameters
Int32 | year | The year value. |
Byte | month | The month value. |
Byte | day | The day value. |
Byte | hour | The hour value. |
Byte | minute | The minute value. |
Byte | second | The second value. |
Int32 | nanosecond | The nanosecond value. |
HLocalDateTime(Int32, Byte, Byte)
Initializes a new instance of the HLocalDateTime struct.
Declaration
public HLocalDateTime(int year, byte month, byte day)
Parameters
Int32 | year | The year value. |
Byte | month | The month value. |
Byte | day | The day value. |
HLocalDateTime(DateTime)
Initializes a new instance of the HLocalDateTime struct.
Declaration
public HLocalDateTime(DateTime dateTime)
Parameters
DateTime | dateTime | The date and time value. |