The arguments for the method are:
| Arguments | Description | 
|---|---|
| [ in]value | A Variantof typeString,Date, orOraTimeStampto be compared. | 
| [ in] [optional]format | Specifies the TIMESTAMPformat string to be used to interpret value whenvalueis of typeString. Ifformatis not specified, the value is interpreted using theFormatproperty of the currentOraTimeStampobject. | 
Returns a Boolean value: The value is True if the OraTimeStamp object is greater than the argument; otherwise, it is False. The IsGreater method compares all the date-time values stored in the OraTimeStamp object.
If 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 Format property of the current OraTimeStamp object.