Oracle® Objects for OLE Developer's Guide 10g Release 1 (10.1) Part Number B10118-01 |
|
Applies To
Description
Checks if the OraTimeStamp is less than an argument.
Arguments |
Description |
---|---|
[in] value |
A Variant of type String, Date or OraTimeStamp. |
[in, optional] format |
Specifies the TIMESTAMP format string to be used to interpret value when value is of type String. If format is not specified, the value is interpreted using the current OraTimeStamp's Format property. |
isLessr = OraTimeStampObj.IsLess value format
Remarks
Returns a Boolean value: True if the OraTimeStamp is less than the argument, false otherwise. IsLess compares all the date time values stored in the OraTimeStamp object.
If the value is of type String, the string format must match the format specified in the format argument. If format is not specified, the string format must match the current OraTimeStamp's Format property.