Class PdfDate
PDF defines a standard date format. The PDF date format closely follows the format defined by the international standard ASN.1.
Inheritance
System.Object
PdfDate
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Pdf
Assembly: TelerikData.dll
Syntax
public class PdfDate
Remarks
The format of the PDF date is defined in section 3.8.2 of the PDF specification.
Constructors
PdfDate()
Declaration
public PdfDate()
Methods
Format(DateTime)
Declaration
public static string Format(DateTime dt)
Parameters
System.DateTime
dt
|
Returns
System.String
|