Exemplo n.º 1
0
        public static ThoiGian Parse(Object o)
        {
            ThoiGian       ans      = new ThoiGian();
            JsonAttributes jsonAttr = JsonAttributeGetter.GetJsonAttributes();

            ans.thu         = JsonGetter.getInt(o.ToString(), jsonAttr.TG_THU());
            ans.tietBatDau  = JsonGetter.getInt(o.ToString(), jsonAttr.TG_TIETBD());
            ans.tietKetThuc = JsonGetter.getInt(o.ToString(), jsonAttr.TG_TIETKT());
            return(ans);
        }