获取某一天的开始时间-毫秒
int kgetStartDateMs({int offset = 0}) { return kgetStartDate(offset: offset).millisecondsSinceEpoch; }