|
-
Mar 3rd, 2004, 02:14 PM
#1
Thread Starter
Lively Member
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
-
Mar 3rd, 2004, 02:45 PM
#2
Lively Member
DateTime.Now returns a DateTime object representing the current time, you could use that.
-
Mar 3rd, 2004, 03:08 PM
#3
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|