mtime 1.3.0
|
Julian Day Calendar and some operations supported on julian dates. More...
Data Types | |
interface | operator(+) |
interface | operator(-) |
interface | operator(/=) |
interface | operator(<) |
interface | operator(<=) |
interface | operator(==) |
interface | operator(>) |
interface | operator(>=) |
Functions/Subroutines | |
recursive type(julianday) function, pointer, public | newjulianday (day, ms, errno) |
construct a new Julian date | |
recursive subroutine, public | deallocatejulianday (my_julianday) |
destructor for a Julian date | |
recursive subroutine, public | juliandaytostring (my_julianday, string, errno) |
get Julian day as a string. | |
Julian Day Calendar and some operations supported on julian dates.