About {get;set;}Accessors

     ///  <summary> 
        /// The update time of this video/creation time [generation time, do not fill in by hand]
         ///  </summary> 
        public System.String CreateTime
        {
            get { return getProperty<System.DateTime>("CreateTime").ToString("yyyy.MM.dd"); }
            set { setProperty("CreateTime", value); }
        }
        // Original: 
        ///  <summary> 
        /// Update time of this video/creation time [Generation time, do not fill in by hand]
         ///  </summary> 
        public System.DateTime CreateTime
        {
            get { return getProperty<System.DateTime>("CreateTime"); }
            set { setProperty("CreateTime", value); }
        }

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326497508&siteId=291194637