Helper function to compare the value of a PLIST_DATE node against a given set of seconds and fraction of a second since epoch.
- Deprecated:
- Deprecated. Use plist_unix_date_val_compare instead.
- Parameters
-
| datenode | node of type PLIST_DATE |
| cmpsec | number of seconds since epoch to compare against |
| cmpusec | fraction of a second in microseconds to compare against |
- Returns
- 0 if the node's date is equal to the supplied values, 1 if the node's date is greater than the supplied values, or -1 if the node's date is less than the supplied values.