Example #1
0
 public void GetUserTimeTest()
 {
     DateTime dt=   new CommonFunctions().GetServerTime();
      Console.Write(dt.ToString());
 }