C# 클래스 CogMon.Services.RRD.RrdUtil

파일 보기 프로젝트 열기: lafar6502/cogmon

공개 메소드들

메소드 설명
FromUnixTime ( int ut ) : System.DateTime
IsRelativeRRDDate ( string rrdDate ) : bool
ParseRrdDate ( string rrdDate, int refDate ) : int
ParseRrdDateRange ( string start, string end, System.DateTime &startDate, System.DateTime &endDate ) : bool
ToUnixTime ( System.DateTime dt ) : int

메소드 상세

FromUnixTime() 공개 정적인 메소드

public static FromUnixTime ( int ut ) : System.DateTime
ut int
리턴 System.DateTime

IsRelativeRRDDate() 공개 정적인 메소드

public static IsRelativeRRDDate ( string rrdDate ) : bool
rrdDate string
리턴 bool

ParseRrdDate() 공개 정적인 메소드

public static ParseRrdDate ( string rrdDate, int refDate ) : int
rrdDate string
refDate int
리턴 int

ParseRrdDateRange() 공개 정적인 메소드

public static ParseRrdDateRange ( string start, string end, System.DateTime &startDate, System.DateTime &endDate ) : bool
start string
end string
startDate System.DateTime
endDate System.DateTime
리턴 bool

ToUnixTime() 공개 정적인 메소드

public static ToUnixTime ( System.DateTime dt ) : int
dt System.DateTime
리턴 int