DateAndTime Constructor

Constructs an object based on date and time components

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
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

See Also