Settings.RemoveDateAndTime Property
Remove Date and Time from Annotations.Represents the element tag in schema: w:removeDateAndTime
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property RemoveDateAndTime As RemoveDateAndTime
Get
Set
'Usage
Dim instance As Settings
Dim value As RemoveDateAndTime
value = instance.RemoveDateAndTime
instance.RemoveDateAndTime = value
public RemoveDateAndTime RemoveDateAndTime { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime