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(int, byte, byte, byte, byte, byte, int)
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
int | 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. |
int | nanosecond | The nanosecond value. |
HLocalDateTime(int, byte, byte)
Initializes a new instance of the HLocalDateTime struct.
Declaration
public HLocalDateTime(int year, byte month, byte day)
Parameters
int | 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. |