DateAndTime Constructor
Constructs an object based on date and time components
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public DateAndTime(
int year,
int month,
int day,
int hour,
int min,
int sec
)
Public Sub New (
year As Integer,
month As Integer,
day As Integer,
hour As Integer,
min As Integer,
sec As Integer
)
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