C# 클래스 RestSharp.Authenticators.OAuth.Extensions.TimeExtensions

파일 보기 프로젝트 열기: kevinmcmahon/RestSharp

공개 메소드들

메소드 설명
FromNow ( this value ) : System.DateTime
FromUnixTime ( this seconds ) : System.DateTime
ToUnixTime ( this dateTime ) : long

메소드 상세

FromNow() 공개 정적인 메소드

public static FromNow ( this value ) : System.DateTime
value this
리턴 System.DateTime

FromUnixTime() 공개 정적인 메소드

public static FromUnixTime ( this seconds ) : System.DateTime
seconds this
리턴 System.DateTime

ToUnixTime() 공개 정적인 메소드

public static ToUnixTime ( this dateTime ) : long
dateTime this
리턴 long