Comment.Date Property
Returns the date and time that the comment was entered.
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 Comment
Dim value As DateTime
value = instance.Date
DateTime Date { get; }
Property Value
Type: System.DateTime