same as isBetween but with a timespan as argument
bool isIn(Timespan t, {bool strict = false}) => isBetween(t.begin, t.end, strict: strict);