libtime++: Date and time calculation

◆ size()

TRelativeTime libtime::TRange::size ( ) const
inline

Definition at line 619 of file libtime++.h.

References Mbegin, and Mend.

619 { return(Mend-Mbegin); }
TAbsoluteTime Mend
Definition: libtime++.h:633
TAbsoluteTime Mbegin
Definition: libtime++.h:632