if anybody know help me

Last post 02-14-2008 7:24 AM by snyha. 2 replies.

Sort Posts:

  • if anybody know help me

    02-10-2008, 12:56 PM
    • Loading...
    • snyha
    • Joined on 02-10-2008, 12:33 PM
    • Posts 2

    we are working on callcenter monitoring project in ASp.net2.0.we have time in thsi format:1184623297.we want to extract date and time from thsi string.which function of date time used for it.if anybody know solve our problems?

  • Re: if anybody know help me

    02-10-2008, 10:22 PM
    Answer

    It looks to me like this is actually the number of seconds since 1/1/1970.  I've used this method before.  If I'm correct then you could convert this to a regular DateTime by calling this. 

    DateTime dt = new DateTime(1970, 1, 1).AddSeconds(<valuehere>);

  • Re: if anybody know help me

    02-14-2008, 7:24 AM
    • Loading...
    • snyha
    • Joined on 02-10-2008, 12:33 PM
    • Posts 2
    Thanx for help
Page 1 of 1 (3 items)
Microsoft Communities
Page view counter