Click or drag to resize
PdfDate Class
PDF defines a standard date format. The PDF date format closely follows the format defined by the international standard ASN.1.
Inheritance Hierarchy
SystemObject
  Kettic.PdfPdfDate

Namespace: Kettic.Pdf
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class PdfDate

The PdfDate type exposes the following members.

Constructors
  NameDescription
Public methodPdfDate
Top
Methods
  NameDescription
Public methodStatic memberFormat
Top
Remarks
The format of the PDF date is defined in section 3.8.2 of the PDF specification.
See Also