VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsUtil Class / printd(String,DateTime) Method
Syntax Requirements SeeAlso
In This Topic
printd(String,DateTime) Method (PdfJsUtil)
In This Topic
Returns a date using the specified format.
Syntax
'Declaration

Public Function printd( _
ByVal cFormat
The date and time format.
As System.String, _
ByVal oDate
A Date object to format.
As System.DateTime _
) As System.String
public System.String printd(
System.String cFormat,
System.DateTime oDate
)

Parameters

cFormat
The date and time format.
oDate
A Date object to format.

Return Value

The formatted date string.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also