ILongDateAndTimeAssertions
Short summary
This interface provides assert statements for date and time types with 64 bit length
For date and time (LDT) use ISimpleDateAndTimeAssertions.dateAndTime
For date (LDATE) use ISimpleDateAndTimeAssertions.dateOnly
For time of day (LTOD) use ISimpleDateAndTimeAssertions.timeOfDay
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | __SYSTEM.IQueryInterface | - |
UML Diagram
Properties
dateAndTime
Type: I64BitDtAssertions
Returns the interface I64BitDtAssertions with assert statements for 64 bit date and time LDT…
dateOnly
Type: I64BitDateAssertions
Returns the interface I64BitDateAssertions with assert statements for 64 bit date LDATE…
timeOfDay
Type: I64BitTodAssertions
Returns the interface I64BitTodAssertions with assert statements for 32 bit time of day LTOD…
Code
Declaration
INTERFACE ILongDateAndTimeAssertions EXTENDS __SYSTEM.IQueryInterface