compare_date_only
Description:
[
Version ( since =
"1.0" ) ]
public int compare_date_only (
Time b)
Like compare, but only use the date parts.
Parameters:
this |
The Time to be compared
|
b |
The Time to be compared
|
Returns:
-1, 0, or 1 to indicate that a less than b, a==b or a larger than b.
|