Home All Groups Group Topic Archive Search About
Author
13 Nov 2006 2:30 PM
VB User
I need to which time interval a given time is within.  What is the function I
can use?

Author
13 Nov 2006 4:49 PM
Dan Bass
You can compare two datetime objects using the "<", ">" or "=" operators,
does this not suffice?

Show quoteHide quote
"VB User" <VBU***@discussions.microsoft.com> wrote in message
news:918F49AA-4012-420A-A7DD-88270ACC9354@microsoft.com...
>I need to which time interval a given time is within.  What is the function
>I
> can use?
Author
15 Nov 2006 4:56 PM
Steve Long
You can also use a TimeSpan object.

Steve

Show quoteHide quote
"VB User" <VBU***@discussions.microsoft.com> wrote in message
news:918F49AA-4012-420A-A7DD-88270ACC9354@microsoft.com...
>I need to which time interval a given time is within.  What is the function
>I
> can use?