using System;public class ToString{ public static void Main() { TimeSpan span; // Initialize a time span to 1:02:03. span = new TimeSpan(1, 2, 3); }}