Syntax Element: datetime
Description
Represents the date and time client type.
Example
This keyword is highlighted
like this.
You can click on keywords and concepts in blue.
types dt as datetime; //... column SomeColumn with DataType = type(dt);
Notes
- In .NET, this maps to the type System.DateTime
- In Java, this maps to the type java.util.Date
- In Java, there is no way to enforce non-nullability at compile time
Related Use Cases
Other Actions
documentation | all examples for this syntax element | all examples | use cases | concepts | keywords
types