Click or drag to resize

Date Constructor (Int16, Byte, Byte, Byte, Byte, Byte)

Create a Date and initialize it using specified parameters. The Date is not attached to any Cos/SDF object.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Date(
	short year,
	byte month,
	byte day,
	byte hour,
	byte minute,
	byte second
)

Parameters

year
Type: SystemInt16
the year
month
Type: SystemByte
the month
day
Type: SystemByte
the day
hour
Type: SystemByte
the hour
minute
Type: SystemByte
the minute
second
Type: SystemByte
the second
See Also