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, unixMillisToMjdpublic Iso8601ToDecimalYear(ValueInfo isoInfo)
isoInfo - input value metadata (describing ISO-8601 strings)protected double toMjd(double number)
Iso8601ConvertertoMjd in class Iso8601Converternumber - date valueprotected double fromMjd(double mjd)
Iso8601ConverterfromMjd in class Iso8601Convertermjd - date as MJDCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.