Share via


RemoveDateAndTime Property

Sets or returns a Boolean indicating whether a document stores the date and time meta data for tracked changes. True removes date and time stamp information from tracked changes. False does not remove date and time stamp information from tracked changes.

expression.RemoveDateAndTime

expression Required. An expression that returns one of the objects in the Applies To list.

Remarks

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

Example

The following example removes personal information from the active document, as well as date and time information from any tracked changes in the document.

ActiveDocument.RemovePersonalInformation = True
ActiveDocument.RemoveDateAndTime = True

Applies to | Document Object