IDateAndTimeAssertions
Short summary
This interface provides assert statements for date and time types
For 32 bit date and time types use IDateAndTimeAssertions.simple
For 64 bit date and time types use IDateAndTimeAssertions.long
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | __SYSTEM.IQueryInterface | - |
UML Diagram
Properties
long
Type: ILongDateAndTimeAssertions
Returns an interface with assert statements for 64 bit times…
simple
Type: ISimpleDateAndTimeAssertions
Returns the interface ISimpleDateAndTimeAssertions with assert statements for date and time types with 32 bit length…
Code
Declaration
INTERFACE IDateAndTimeAssertions EXTENDS __SYSTEM.IQueryInterface