using System;
public class Program
{
public static void Main()
var ticks = 1;
TimeSpan ts = new TimeSpan(ticks);
Console.WriteLine(ts);
}