Creates a Date object from specified Date object
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Sub New (
d As Date
)
public:
Date(
[InAttribute] Date^ d
)
pdftron.PDF.Date = function(d);
Parameters
- d
- Type: pdftron.PDFDate
Date object
See Also