XlCustomPropertyValue.DateTimeValue Property
In This Article
Returns the date and time value assigned to a custom document property.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Property Value
Type | Description |
---|---|
Date |
A Date |
#Remarks
Use the DateTimeValue property to obtain the date and time value contained in a custom document property. To check whether the custom property value is of the DateTime type, use the XlCustomPropertyValue.Type property.
See Also