예제 #1
0
 public static DateTime DeserializeSystemDateTime(JSONObject jsonObject, string name)
 {
     return jsonObject.GetDateTime(name);
 }