_Document.RemoveDateAndTime Property

Definition

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

public:
 property bool RemoveDateAndTime { bool get(); void set(bool value); };
public bool RemoveDateAndTime { get; set; }
member this.RemoveDateAndTime : bool with get, set
Public Property RemoveDateAndTime As Boolean

Property Value

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.

Applies to