Signature.SignDate Property
Returns an Object representing the date and time that the digital certificate corresponding to the Signature object was attached to the document.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property SignDate As Object
Get
'Usage
Dim instance As Signature
Dim value As Object
value = instance.SignDate
Object SignDate { get; }
Property Value
Type: System.Object