C# Class CClash.ExtensionMethods

Show file Open project: artillery/cclash

Public Methods

Method Description
Age ( this dt ) : System.TimeSpan
WriteLine ( this sb, string fmt ) : void

Method Details

Age() public static method

public static Age ( this dt ) : System.TimeSpan
dt this
return System.TimeSpan

WriteLine() public static method

public static WriteLine ( this sb, string fmt ) : void
sb this
fmt string
return void