BaseSignatureCreatedOn Property |
Get or set the signature creation date.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 21.3.0.0 (21.3)
Syntaxpublic DateTime CreatedOn { get; set; }
Public Property CreatedOn As DateTime
Get
Set
public:
property DateTime CreatedOn {
DateTime get ();
void set (DateTime value);
}
member CreatedOn : DateTime with get, set
Property Value
Type:
DateTime
See Also