<summary>///timestamp turn into Time type///</summary>//<param name= "TimeStamp" ></PARAM&G T <returns></returns> public static DateTime GetTime (stringTimeStamp) {DateTime Dtstart = TimeZone.CurrentTimeZone.ToLocalTime (New DateTime (1970, 1, 1)); Long ltime = long. Parse (TimeStamp + "0000000"); TimeSpan tonow = new TimeSpan (Ltime); Return Dtstart.add (Tonow); }///<summary>//The time type is converted to long//</summary>//<param name= "Times" ></pa ram>//<returns></returns> public static long Convertdatetimeint (System.DateTime time) {Long intresult = 0; System.DateTime startTime = TimeZone.CurrentTimeZone.ToLocalTime (New System.DateTime (1970, 1, 1)); intresult = ( Long) (Time- startTime). TotalSeconds; return Intresult;}
<summary>/// concatenation of JSON strings; For example: "{\" ret\ ": \" err\ ", \" stadname\ ": \" Unknown \ "}"///</summary>// <param name= "Jsondict" ></ param> //<returns></returns> public static string Getjsonstr (Dictionary<string, string > jsondict) { StringBuilder sb = new StringBuilder ("{"); int i = 0; foreach (keyvaluepair<string, string> JD in jsondict) { if (i! = (Jsondict.count ()-1)) { sb. Append ("\" + JD.) Key + "\": \ "" + JD. Value + "\", "); } else {sb. Append ("\" + JD.) Key + "\": \ "" + JD. Value + "\" "); } i++;} sb. Append ("}"); Return sb. ToString (); }
ASP. NET time stamp vs. time