getStartDateMs static method

int getStartDateMs({
  1. int offset = 0,
})

获取某一天的开始时间

Implementation

static int getStartDateMs({int offset = 0}) =>
    getStartDate(offset: offset).millisecondsSinceEpoch;