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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Convert Unix Time to DateTime (C#)

Convert Unix Time to DateTime (C#)

Scheduled Pinned Locked Moved C#
csharptutorialquestion
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.
  • I Offline
    I Offline
    inyoursadachine
    wrote on last edited by
    #1

    Does anyone know how to convert Unix time (seconds since Jan 1, 1970) to a C# DateTime object?? TIA, Matt

    H 1 Reply Last reply
    0
    • I inyoursadachine

      Does anyone know how to convert Unix time (seconds since Jan 1, 1970) to a C# DateTime object?? TIA, Matt

      H Offline
      H Offline
      Heath Stewart
      wrote on last edited by
      #2

      DateTime represents the time since 00:00:00 Jan. 01, 0001 AD. Do the math.

      Microsoft MVP, Visual C# My Articles

      L 1 Reply Last reply
      0
      • H Heath Stewart

        DateTime represents the time since 00:00:00 Jan. 01, 0001 AD. Do the math.

        Microsoft MVP, Visual C# My Articles

        L Offline
        L Offline
        leppie
        wrote on last edited by
        #3

        Heath Stewart wrote: Do the math. 1 second 2 seconds 3 seconds 4 seconds 5 seconds 6 seconds 7 seconds 8 seconds 9 seconds 10 seconds Damn I ran out of fingers, where was I again...? :)

        top secret AdvancedTextBox

        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