HLocalDateTime Constructor
HLocalDateTime(HLocalDate, HLocalTime)
Declaration
public HLocalDateTime(HLocalDate date, HLocalTime time)
Parameters
HLocalDateTime(Int32, Byte, Byte, Byte, Byte, Byte, Int32)
Declaration
public HLocalDateTime(int year, byte month, byte day, byte hour, byte minute, byte second, int nanosecond)
Parameters
HLocalDateTime(Int32, Byte, Byte)
Declaration
public HLocalDateTime(int year, byte month, byte day)
Parameters
HLocalDateTime(DateTime)
Declaration
public HLocalDateTime(DateTime dateTime)
Parameters