Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

WorkbookFunctions.DateAndTime Property

Provides access to built-in Date and Time Functions.

Namespace: DevExpress.Spreadsheet.Functions

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

Declaration

IDateAndTimeFunctions DateAndTime { get; }

Property Value

Type Description
DevExpress.Spreadsheet.Functions.IDateAndTimeFunctions

A DevExpress.Spreadsheet.Functions.IDateAndTimeFunctions interface providing access to functions via its properties.

See Also