Home All Groups Group Topic Archive Search About

Time function in VB.NET

Author
10 Jul 2006 1:56 PM
fniles
What is the equivalent of VB Time function in VB.NET ?

Author
10 Jul 2006 2:28 PM
Sanjib Biswas
Use, date (VB6.0) = Today (VB.Net) And Time (VB6.0) = TimeOfDay (VB.Net).
Note that in VB.Net Today & TimeOfDay are properties unlike functions in
VB6.0, but can be set as well fetch.

Show quoteHide quote
"fniles" <fni***@pfmail.com> wrote in message
news:%23paofiCpGHA.2256@TK2MSFTNGP03.phx.gbl...
> What is the equivalent of VB Time function in VB.NET ?
>
Author
10 Jul 2006 5:15 PM
fniles
Thanks.
Which is faster and more efficient, Today or TimeOfDay ?

Show quoteHide quote
"Sanjib Biswas" <sanjib.bis***@ieee.org> wrote in message
news:uMrxN0CpGHA.1548@TK2MSFTNGP04.phx.gbl...
> Use, date (VB6.0) = Today (VB.Net) And Time (VB6.0) = TimeOfDay (VB.Net).
> Note that in VB.Net Today & TimeOfDay are properties unlike functions in
> VB6.0, but can be set as well fetch.
>
> "fniles" <fni***@pfmail.com> wrote in message
> news:%23paofiCpGHA.2256@TK2MSFTNGP03.phx.gbl...
>> What is the equivalent of VB Time function in VB.NET ?
>>
>
>