Пример #1
0
        public DDDClass.TimeReal Get_VehicleOverview_CurrentDateTime(int dataBlockId)
        {
            SQLDB_Records sqldbRecords = new SQLDB_Records(connectionString, sqlDB.GETMYSQLCONNECTION());
            long timeRealSeconds = sqldbRecords.Get_VOverview_CurrentDateTime(dataBlockId);
            DDDClass.TimeReal CurrentDateTime = new DDDClass.TimeReal(timeRealSeconds);

            return CurrentDateTime;
        }