J
james
Is it possible given two TimeSpans to obtain the intersection of the two?
For example lets say I have span1 that spans Monday though Firday of this
week and span2 that spans all of Tuesday, then the intersection would be a
span of Tuesday. If they do not intersect at all then an empty span is
returned. Can this already be done with the TimeSpan class as it exists?
Thanks,
JIM
For example lets say I have span1 that spans Monday though Firday of this
week and span2 that spans all of Tuesday, then the intersection would be a
span of Tuesday. If they do not intersect at all then an empty span is
returned. Can this already be done with the TimeSpan class as it exists?
Thanks,
JIM