Package com.drew.lang
Class DateUtil
- java.lang.Object
-
- com.drew.lang.DateUtil
-
public class DateUtil extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static int[]_daysInMonth365private static longEPOCH_1_JAN_1904The offset (in milliseconds) to add to a MP4 date/time integer value to align with Java's Epoch.
-
Constructor Summary
Constructors Constructor Description DateUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Dateget1Jan1904EpochDate(long seconds)static booleanisValidDate(int year, int month, int day)static booleanisValidTime(int hours, int minutes, int seconds)
-
-
-
Field Detail
-
_daysInMonth365
private static int[] _daysInMonth365
-
EPOCH_1_JAN_1904
private static final long EPOCH_1_JAN_1904
The offset (in milliseconds) to add to a MP4 date/time integer value to align with Java's Epoch.- See Also:
- Constant Field Values
-
-