Method | Description | |
---|---|---|
FromEpoch ( this unixTime ) : System.DateTime |
Long extension method to convert a Unix epoch time to a standard C# DateTime object.
|
|
ToEpoch ( this dt ) : long |
Date Time extension method to return a unix epoch time as a long
|
|
ToRelativeDate ( this start, System.DateTime input ) : string |
public static FromEpoch ( this unixTime ) : System.DateTime | ||
unixTime | this | |
return | System.DateTime |
public static ToRelativeDate ( this start, System.DateTime input ) : string | ||
start | this | |
input | System.DateTime | |
return | string |