I get the total hours by using the formula below:
public void updateTotalHours() { int a = SplitTime(objMyCustomBaseAdapter.getFistTime());
After searching here and there, I recreate the table and change the column named to hours...After that, it works fine