Пример #1
0
 public static TimeSpan DeserializeSystemTimeSpan(JSONObject jsonObject, string name)
 {
     return jsonObject.GetTimeSpan(name);
 }