can anyone help me !!!
Just need to find difference between two times but i think im over complicating it.
i want the edittext field to be the input
and i want the answer to be shown in an edit text.
(for example edit text1 is 0700 and edit text2 is 1500 how can i calculate difference between these two)?
for eg:
DateTime.TimeFormat="HHmm"
Dim a = DateTime.Time(EditText1.Text)
Dim b = DateTime.Time(EditText3.Text)
EditText3 = b - a
why doesnt this work?
Just need to find difference between two times but i think im over complicating it.
i want the edittext field to be the input
and i want the answer to be shown in an edit text.
(for example edit text1 is 0700 and edit text2 is 1500 how can i calculate difference between these two)?
for eg:
DateTime.TimeFormat="HHmm"
Dim a = DateTime.Time(EditText1.Text)
Dim b = DateTime.Time(EditText3.Text)
EditText3 = b - a
why doesnt this work?