Time function in VB.NET

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • fniles

    #1

    Time function in VB.NET

    What is the equivalent of VB Time function in VB.NET ?


  • Sanjib Biswas

    #2
    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 ?
    >

    Comment

    • fniles

      #3
      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

      Working...