HeaderFooter.DateTime Property
Date/Time Placeholder.Represents the attribte in schema: dt
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "dt")> _
Public Property DateTime As BooleanValue
Get
Set
'Usage
Dim instance As HeaderFooter
Dim value As BooleanValue
value = instance.DateTime
instance.DateTime = value
[SchemaAttrAttribute(, "dt")]
public BooleanValue DateTime { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies whether the Date/Time placeholder is enabled for this master. If this attribute is not specified, a value of true should be assumed by the generating application.
The possible values for this attribute are defined by the XML Schema boolean datatype.