Back to Devexpress

PdfSignatureAppearance.DateTimeFormat Property

officefileapi-devexpress-dot-pdf-dot-pdfsignatureappearance-3c7ee33b.md

latest1.2 KB
Original Source

PdfSignatureAppearance.DateTimeFormat Property

Gets or sets the date and time format for the signing time.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
[DefaultValue("yyyy'.'MM'.'dd HH':'mm':'ss zzz")]
public string DateTimeFormat { get; set; }
vb
<DefaultValue("yyyy'.'MM'.'dd HH':'mm':'ss zzz")>
Public Property DateTimeFormat As String

Property Value

TypeDefaultDescription
String"yyyy'.'MM'.'dd HH':'mm':'ss zzz"

The date and time format.

|

See Also

PdfSignatureAppearance Class

PdfSignatureAppearance Members

DevExpress.Pdf Namespace