sType | (String) Specifies what the time has to be returned by the method. "writenewest" - time of the last written record is returned (of the newest record) "writeoldest" - time of the oldest written record is returned |
---|---|
nTimeType | (Long) Type of returned time 1 - The method returns "local time" (the "standard time" in the standard season and the "daylight-saving time" in the daylight-saving season, corresponds to the computer time depending on the locale setting of Windows system) 2 - The method returns "standard time" (in the daylight-saving and standard seasons). |
var oTrend = pMe.Pm("/Trends");
var tTime = oTrend.GetTime("writenewest", 1);