Method | Description | |
---|---|---|
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 |
public static FromUnixTime ( int ut ) : System.DateTime | ||
ut | int | |
return | System.DateTime |
public static IsRelativeRRDDate ( string rrdDate ) : bool | ||
rrdDate | string | |
return | bool |
public static ParseRrdDate ( string rrdDate, int refDate ) : int | ||
rrdDate | string | |
refDate | int | |
return | int |
public static ParseRrdDateRange ( string start, string end, System.DateTime &startDate, System.DateTime &endDate ) : bool | ||
start | string | |
end | string | |
startDate | System.DateTime | |
endDate | System.DateTime | |
return | bool |
public static ToUnixTime ( System.DateTime dt ) : int | ||
dt | System.DateTime | |
return | int |