libtime++: Date and time calculation
◆
includes()
[1/2]
bool libtime::TRange::includes
(
const
TAbsoluteTime
&
date
)
const
true if date is within range
Definition at line
50
of file
ranges.cc
.
References
Mbegin
, and
Mend
.
51
{
52
return
((date>=
Mbegin
)&&(date<=
Mend
));
53
}
libtime::TRange::Mend
TAbsoluteTime Mend
Definition:
libtime++.h:633
libtime::TRange::Mbegin
TAbsoluteTime Mbegin
Definition:
libtime++.h:632
libtime
TRange
Generated on Mon Aug 21 2023 17:36:11 for libtime++: Date and time calculation by
1.8.14