I'm sure there's an easy solution to this that I am just not thinkin
of. I am trying to get the total minutes between 2 times. It work
fine except when the ending time crosses over midnight. For instance
I am trying to get the total minutes between 11:59 PM and 12:09 AM.
The subtract method on the TimeSpan object returns a crazy negativ
number. I can't seem to find a work around.
Thanks so much in advance!
--
Rosann
Eliyahu Goldin - 20 Jul 2005 09:41 GMT
Rosanne,
You have to include dates in the values.
Eliyahu
> I'm sure there's an easy solution to this that I am just not thinking
> of. I am trying to get the total minutes between 2 times. It works
[quoted text clipped - 4 lines]
>
> Thanks so much in advance!!