EVO PDF Logo

DateAndTime Constructor

EVO PDF Client for .NET Core
Constructs an object based on date and time components

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public DateAndTime(
	int year,
	int month,
	int day,
	int hour,
	int min,
	int sec
)

Parameters

year
Type: SystemInt32
The year
month
Type: SystemInt32
The month
day
Type: SystemInt32
The day
hour
Type: SystemInt32
The hour
min
Type: SystemInt32
The minute
sec
Type: SystemInt32
The second
See Also

Reference