类的使用
cn.vorbote.core.time.TimeSpan.Builder
使用TimeSpan.Builder的程序包
-
cn.vorbote.core.time中TimeSpan.Builder的使用
修饰符和类型方法说明static TimeSpan.BuilderTimeSpan.builder()Generate a builder ofTimeSpan.TimeSpan.Builder.days(int days) Set the number of days between two times.TimeSpan.Builder.hours(int hours) Set the number of hours between two times.TimeSpan.Builder.minutes(int minutes) Set the number of minutes between two times.TimeSpan.Builder.seconds(int seconds) Set the number of seconds between two times.