wxxGetNowTime function

List<int> wxxGetNowTime()

获取现在时间,格式为:0x22,0x07,0x11,0x09,0x07,0x58

Implementation

List<int> wxxGetNowTime() {
  return time2List(DateTime.now());
}