# Display-Timespan.ps1 # Creates timespan objects and displays properties for each # Thomas Lee - tfl@psp.co.uk # Constant $HeaderFmt = " `n{0, -45} " $DataFmt = " {0,-12}{1,8} {2,-18}{3,21} " # Helper function function ShowTimeSpanProperties { param ([System.TimeSpan] $Interval ...