Revision.Date Property
The date and time that the tracked change was made.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Date As DateTime
Get
'Usage
Dim instance As Revision
Dim value As DateTime
value = instance.Date
DateTime Date { get; }
Property Value
Type: System.DateTime