Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. datatable

datatable

Scheduled Pinned Locked Moved ASP.NET
question
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sudee
    wrote on last edited by
    #1

    I have a DateTime variable. DateTime dt; I want to enter first date value. ( date = "1/1/2004" ) dt = date; then I want to enter time value.(time = "5:AM" ) dt += time; How can I achieve this. Thank you very much. Suds ====== You need a head to program. Cool, fast and sharp.

    T S 2 Replies Last reply
    0
    • S Sudee

      I have a DateTime variable. DateTime dt; I want to enter first date value. ( date = "1/1/2004" ) dt = date; then I want to enter time value.(time = "5:AM" ) dt += time; How can I achieve this. Thank you very much. Suds ====== You need a head to program. Cool, fast and sharp.

      T Offline
      T Offline
      Tarakeshwar Reddy
      wrote on last edited by
      #2

      you could try DateTime dt = new DateTime(int Year, int Month, int Date, int hour, int minute, int second, int millisecond); in ur case DateTime dt = new DateTime(2004,1,1,5,0,0,0,0); Tarakeshwar CCIE Q(Routing and Switching), MCSE Security

      1 Reply Last reply
      0
      • S Sudee

        I have a DateTime variable. DateTime dt; I want to enter first date value. ( date = "1/1/2004" ) dt = date; then I want to enter time value.(time = "5:AM" ) dt += time; How can I achieve this. Thank you very much. Suds ====== You need a head to program. Cool, fast and sharp.

        S Offline
        S Offline
        Syed Abdul Khader
        wrote on last edited by
        #3

        You can do like this dt = new DateTime(dt.Year, dt.Month, dt.Day, 5, 0, 0);

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups