Skip to main content

ISimpleDateAndTimeAssertions

Short summary

This interface provides assert statements for date and time types with 32 bit length For date and time (DT) use ISimpleDateAndTimeAssertions.dateAndTime For date (DATE) use ISimpleDateAndTimeAssertions.dateOnly For time of day (TOD) use ISimpleDateAndTimeAssertions.timeOfDay

AccessAbstractFinalExtendsImplements
-NoNo__SYSTEM.IQueryInterface-

UML Diagram

Properties

dateAndTime

Type: I32BitDtAssertions

Returns the interface I32BitDtAssertions with assert statements for 32 bit date and time DT

dateOnly

Type: I32BitDateAssertions

Returns the interface I32BitDateAssertions with assert statements for 32 bit date DATE

timeOfDay

Type: I32BitTodAssertions

Returns the interface I32BitTodAssertions with assert statements for 32 bit time of day TOD

Code

Declaration

INTERFACE ISimpleDateAndTimeAssertions EXTENDS __SYSTEM.IQueryInterface