public class Iso8601ToDecimalYear extends Iso8601Converter
Iso8601Converter.DateKit
Constructor and Description |
---|
Iso8601ToDecimalYear(ValueInfo isoInfo)
Constructs a new converter from ISO-8601 date Strings to
Decimal Year Doubles.
|
Modifier and Type | Method and Description |
---|---|
protected double |
fromMjd(double mjd)
Converts from Modified Julian Date to this converter's
public date.
|
protected double |
toMjd(double number)
Converts from this converter's public date value to
Modified Julian Date.
|
String |
toString() |
convert, dateToMjd, getInputInfo, getKit, getOutputInfo, mjdToUnixMillis, unconvert, unixMillisToMjd
public Iso8601ToDecimalYear(ValueInfo isoInfo)
isoInfo
- input value metadata (describing ISO-8601 strings)protected double toMjd(double number)
Iso8601Converter
toMjd
in class Iso8601Converter
number
- date valueprotected double fromMjd(double mjd)
Iso8601Converter
fromMjd
in class Iso8601Converter
mjd
- date as MJDCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.