oneDayMillis property

int oneDayMillis
getter/setter pair

一天的毫秒数:24小时 = 86400000毫秒

Implementation

static int oneDayMillis = 24 * oneHourMillis;