toRange method

Range toRange()

Implementation

Range toRange()
{
  return new Range(begin.seconds, end.seconds);
}