Returns the difference between Left and Right. Days is the number of
days of difference, Seconds is the remainder seconds of difference,
and Leap_Seconds is the number of leap seconds.
If Left < Right then Second <= 0.0, Days <= 0, and Leap_Seconds <= 0.
Otherwise, all values are non-negative.
For the returned values, if Days = 0, then
If Days = 0, then Seconds + Duration(Leap_Seconds) =
Calendar."-" (Left, Right).
AARM Notes:
The number of days is calculated midnight-to-midnight. Leap_Seconds, if
any, are not included in Seconds.
Leap_Seconds should be included in calculations using the operators
defined in Calendar, as is specified for "-" above.