DigitalSignature
SignTime Property
|
Gets the system date/time of the current signature.
Namespace:
Spire.Doc.Fields.Shapes
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public DateTime SignTime { get; }
Public ReadOnly Property SignTime As DateTime
Get
public:
property DateTime SignTime {
DateTime get ();
}
member SignTime : DateTime with get
Property Value
Type:
DateTime
See Also