What is the equivalent of VB Time function in VB.NET ?
Time function in VB.NET
Collapse
This topic is closed.
X
X
-
fnilesTags: None -
Sanjib Biswas
Re: Time function in VB.NET
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" <fniles@pfmail. comwrote in message
news:%23paofiCp GHA.2256@TK2MSF TNGP03.phx.gbl. ..What is the equivalent of VB Time function in VB.NET ?
>
-
fniles
Re: Time function in VB.NET
Thanks.
Which is faster and more efficient, Today or TimeOfDay ?
"Sanjib Biswas" <sanjib.biswas@ ieee.orgwrote in message
news:uMrxN0CpGH A.1548@TK2MSFTN GP04.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" <fniles@pfmail. comwrote in message
news:%23paofiCp GHA.2256@TK2MSF TNGP03.phx.gbl. ..>>What is the equivalent of VB Time function in VB.NET ?
>>
>
Comment
Comment