메소드 | 설명 | |
---|---|---|
ToDateTime ( this timestamp ) : System.DateTime |
Performs conversion from a Unix timestamp to a DateTime
|
|
ToUnixTimeStamp ( this dateTime ) : long |
Performs conversion from a DateTime to Unix timestamp
|
public static ToDateTime ( this timestamp ) : System.DateTime | ||
timestamp | this | |
리턴 | System.DateTime |
public static ToUnixTimeStamp ( this dateTime ) : long | ||
dateTime | this | The DateTime to convert |
리턴 | long |