现在看来我们必须输入很多:
nextTimePeriod(momentString: string) {
this.today = moment(this.today).add(1, <moment.unitOfTime.DurationConstructor>(momentString + 's'));
this.startDate = moment(this.today).startOf(<moment.unitOfTime.StartOf>momentString);
}