Package htsjdk.samtools.util
Class Iso8601Date
java.lang.Object
java.util.Date
htsjdk.samtools.util.Iso8601Date
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<Date>
- Direct Known Subclasses:
RelativeIso8601Date
Use this type rather than java.util.Date in command-line options in order to get ISO 8601 parsing.
The ctors below truncate milliseconds, since our formatter does not write them. Note that it is possible
to modify an Iso8601Date so that it has fractional seconds, but that is discouraged.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.Date
after, before, clone, compareTo, equals, from, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setTime, setYear, toGMTString, toInstant, toLocaleString, UTC