C# Class OfficeTicTacToe.Extensions.DateTimeExensions

Show file Open project: DXFrance/OfficeTicTacToe

Public Methods

Method Description
ToRelativeString ( this dt ) : string

Returns a string representation of this date/time. If the value is close to now, a relative description is returned.

Method Details

ToRelativeString() public static method

Returns a string representation of this date/time. If the value is close to now, a relative description is returned.
public static ToRelativeString ( this dt ) : string
dt this
return string