com.mongodb.util
Class TimeConstants
java.lang.Object
com.mongodb.util.TimeConstants
public class TimeConstants
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MS_MILLISECOND
public static final long MS_MILLISECOND
- See Also:
- Constant Field Values
MS_SECOND
public static final long MS_SECOND
- See Also:
- Constant Field Values
MS_MINUTE
public static final long MS_MINUTE
- See Also:
- Constant Field Values
MS_HOUR
public static final long MS_HOUR
- See Also:
- Constant Field Values
MS_DAY
public static final long MS_DAY
- See Also:
- Constant Field Values
MS_WEEK
public static final long MS_WEEK
- See Also:
- Constant Field Values
MS_MONTH
public static final long MS_MONTH
- See Also:
- Constant Field Values
MS_YEAR
public static final long MS_YEAR
- See Also:
- Constant Field Values
S_SECOND
public static final long S_SECOND
- See Also:
- Constant Field Values
S_MINUTE
public static final long S_MINUTE
- See Also:
- Constant Field Values
S_HOUR
public static final long S_HOUR
- See Also:
- Constant Field Values
S_DAY
public static final long S_DAY
- See Also:
- Constant Field Values
S_WEEK
public static final long S_WEEK
- See Also:
- Constant Field Values
S_MONTH
public static final long S_MONTH
- See Also:
- Constant Field Values
S_YEAR
public static final long S_YEAR
- See Also:
- Constant Field Values
TimeConstants
public TimeConstants()