获取某一天的结束时间-毫秒
int kgetEndDateMs({int offset = 0}) { return kgetEndDate(offset: offset).millisecondsSinceEpoch; }