Function TIMEPOINT.SECONDS


Slots on this function:

Documentation:
function from time points to integers representing the seconds component of the time specification. This is not the internal representation of the universal time, (e.g., number seconds since some historical date). Timepoint.seconds is the number of seconds past the minute, hour, day, etc. specified in the other components of the timepoint.
Arity: 2
Domain: Timepoint
Range: Integer

Axioms:

(=> (Timepoint.Seconds ?Timepoint ?Seconds)
    (And (=< 0 ?Seconds) (=< ?Seconds 59)))