DateAndTime Constructor
Constructs an object based on date and time components
Namespace: WinnovativeClientAssembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 20.0.0
public DateAndTime(
int year,
int month,
int day,
int hour,
int min,
int sec
)
Parameters
- year Int32
- The year
- month Int32
- The month
- day Int32
- The day
- hour Int32
- The hour
- min Int32
- The minute
- sec Int32
- The second