_Document.RemoveDateAndTime Property

Returns or sets a Boolean indicating whether a document stores the date and time metadata for tracked changes.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property RemoveDateAndTime As Boolean
    Get
    Set
'Usage
Dim instance As _Document
Dim value As Boolean

value = instance.RemoveDateAndTime

instance.RemoveDateAndTime = value
bool RemoveDateAndTime { get; set; }

Property Value

Type: System.Boolean

Remarks

This property returns True if date and time stamp information is removed from tracked changes, and False if it is not removed. Set the property value to True or False to enable or disable the functionality.

Use in conjunction with the RemovePersonalInformation property to help remove personal information from the document properties.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace