skyline 自定义调整系统内的时间(b/s)

//使用的是skyline datime接口
//首先设置datetime的mode
//帮助里的解释Always use a fixed time that can be set using the IProject61. Settings.property.
        SGWorld.DateTime.SetMode(2);
 
//javascript活动当日期
            var myDate = new Date();
            var dataHours = myDate.getHours();
//设置skyline的时间
          SGWorld.DateTime.Current = myDate;
           

你可能感兴趣的:(日期时间,skyline)