D
Dennis D.
Hello:
Been working on this way too long.
DateDiff returns a Long. : Totally counter-intuitive.
Subtracting: 0400 - 0345 returns -15 : Wrong, should be +15?
Subtracting 02:00 - 00:15 with an interval of minutes returns 105 which is 2
hours minus 15 minutes, not the expected 01:45 or at least 45
Simply, there are two textboxes. Both receive a time (as a string of course)
in hours and minutes as 00:00
The first has the start time 16:00 or 04:00 pm. The second has a number of
hours and minutes to subtract from the start time, such as 00:15 or 15
minutes.
I've been studying the time structure for 2 days. It's spread all over the
resources in methods, functions, classes, keywords, you name it. You could
write a small book on it. Meanwhile, I need some help with what should be a
simple construct.
Thanks,
Dennis D.,
http://www.dennisys.com/
Been working on this way too long.
DateDiff returns a Long. : Totally counter-intuitive.
Subtracting: 0400 - 0345 returns -15 : Wrong, should be +15?
Subtracting 02:00 - 00:15 with an interval of minutes returns 105 which is 2
hours minus 15 minutes, not the expected 01:45 or at least 45
Simply, there are two textboxes. Both receive a time (as a string of course)
in hours and minutes as 00:00
The first has the start time 16:00 or 04:00 pm. The second has a number of
hours and minutes to subtract from the start time, such as 00:15 or 15
minutes.
I've been studying the time structure for 2 days. It's spread all over the
resources in methods, functions, classes, keywords, you name it. You could
write a small book on it. Meanwhile, I need some help with what should be a
simple construct.
Thanks,
Dennis D.,
http://www.dennisys.com/