Results 1 to 3 of 3

Thread: Time Stamp in C#.net

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2004
    Posts
    97

    Time Stamp in C#.net

    Hello everybody:

    I am trying to develop a client -server TCP/IP application in C#.net. I want to create a timeStamp to find out what time the client was connected to the server..
    Can anybody help me to create that timestamp in C#.net?

    Pls guide...

    Rahil

  2. #2
    Lively Member
    Join Date
    Oct 2003
    Location
    Guildford, UK
    Posts
    91
    DateTime.Now returns a DateTime object representing the current time, you could use that.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Feb 2004
    Posts
    97

    Time Stamp

    Thanks for the DateTime.Now tip

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width