If you want to get server time to check something in your application. This tips is for C# developer. Condition: your applications much connect to internet Check below code! public static DateTime GetNISTDate() { Random ran = new Random(DateTime.Now.Millisecond); DateTime date = GetDummyDate(); string serverResponse = string.Empty; // Represents the
Tuesday 27 February 2018
- Blogger Comments
- Facebook Comments
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment