DateTimeQueryField
Table of Contents
The DateTimeQueryField is a QueryField that returns a DateTime Expression.
Application
The DateTimeQueryField is used when ...
Code example
In the code example below, ... (operation / form ...)
Private PropertyType PropertyName
{
get
{
return Something(...);
}
}
Explanation of the code
...