using System;
public class Program
{
public static void Main()
TimeSpan ts = TimeSpan.Parse("10675199.02:48:05.4775809");
Console.WriteLine(ts);
}