Click here to Skip to main content
15,896,912 members

Comments by Atif BOUZAGLAOUI (Top 14 by date)

Atif BOUZAGLAOUI 30-Nov-13 22:48pm View    
thanks it works
Atif BOUZAGLAOUI 2-Jul-13 20:19pm View    
whats the deferece between this :
TimeSpan ts = date2 - date1;
and this:
TimeSpan ts = new TimeSpan();
ts = date2.Subtract(date1);
i think the same and my problem is still exist
Atif BOUZAGLAOUI 30-Jun-13 23:18pm View    
i tried yyour code but nothing change
Atif BOUZAGLAOUI 30-Jun-13 23:18pm View    
i need to calculate hours and minutes; also when from pm to am it means the time will enter other day , so when it enter and it show minus and it be back
Atif BOUZAGLAOUI 30-Jun-13 23:12pm View    
i need to calculate hours and minutes; also when from pm to am it means the time will enter other day , so i cant enter and show me minus