compare_date_only_tz
Description:
[
Version ( since =
"1.0" ) ]
public int compare_date_only_tz (
Time b,
Timezone? zone)
Like i_cal_time_compare_tz
, but only use the date parts; accepts timezone.
Parameters:
this |
The Time to be compared
|
b |
The Time to be compared
|
zone |
The target timezone
|
Returns:
-1, 0, or 1 to indicate that a less than b, a==b or a larger than b.
|