Skip to main content
A newer version of this page is available. .

XlCustomPropertyValue.DateTimeValue Property

Returns the date and time value assigned to a custom document property.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public DateTime DateTimeValue { get; }

Property Value

Type Description
DateTime

A DateTime value that is the custom property value.

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