You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
string.Format("DELETE FROM Log_HData WHERE [TIMESTAMP] BETWEEN '{0}' AND '{1}'",startTime,endTime));
1180
+
string.Format("DELETE FROM Log_HData WHERE [TIMESTAMP] BETWEEN '{0}' AND '{1}'",startTime.ToString("yyyy/MM/dd HH:mm:ss"),endTime.ToString("yyyy/MM/dd HH:mm:ss")));
1181
1181
}
1182
1182
1183
1183
publicvoidOnUpdate(objectstateInfo)
@@ -1192,7 +1192,7 @@ public void OnUpdate(object stateInfo)
0 commit comments