Method | Description | |
---|---|---|
FromUnixTimestamp ( this target, int timestamp ) : System.DateTime |
Converts a timestamp to a UTC DataTime
|
|
ToUnixTimestamp ( this target ) : int |
Returns the current Unix Timestamp
|
public static FromUnixTimestamp ( this target, int timestamp ) : System.DateTime | ||
target | this | |
timestamp | int | The number of seconds from Epoch |
return | System.DateTime |
public static ToUnixTimestamp ( this target ) : int | ||
target | this | |
return | int |