/// <summary> /// Clones the current time span. /// </summary> /// <returns>Copy of the current time span.</returns> public ITimeSpan Clone() { return(new MathTimeSpan(TimeSpan1.Clone(), TimeSpan2.Clone(), Operation, Mode)); }