ch.qos.logback.core.util
Class TimeUtil
java.lang.Object
ch.qos.logback.core.util.TimeUtil
public class TimeUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeUtil
public TimeUtil()
computeStartOfNextSecond
public static long computeStartOfNextSecond(long now)
computeStartOfNextMinute
public static long computeStartOfNextMinute(long now)
computeStartOfNextHour
public static long computeStartOfNextHour(long now)
computeStartOfNextDay
public static long computeStartOfNextDay(long now)
computeStartOfNextWeek
public static long computeStartOfNextWeek(long now)
computeStartOfNextMonth
public static long computeStartOfNextMonth(long now)
Copyright © 2005-2012 QOS.ch. All Rights Reserved.