10.12.2012 Views

Oracle C++ Call Interface Programmer's Guide

Oracle C++ Call Interface Programmer's Guide

Oracle C++ Call Interface Programmer's Guide

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

operator>=()<br />

operator(const Date &a,<br />

const Date &b);<br />

Parameters<br />

a, b<br />

The dates that are compared.<br />

Date Class<br />

This method compares the dates specified. If the first date is in the future relative to<br />

the second date or the dates are equal then true is returned; otherwise, false is<br />

returned. If either date is null then false is returned. If the dates are not the same<br />

type then false is returned.<br />

Syntax<br />

bool operator>=(const Date &a,<br />

const Date &b);<br />

Parameters<br />

a, b<br />

The dates that are compared.<br />

This method compares the dates specified. If the first date is in the past relative to<br />

the second date then true is returned; otherwise, false is returned. If either date is<br />

null then false is returned. If the dates are not the same type then false is returned.<br />

Syntax<br />

bool operator

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!