public class JulianConversions
JulianConversions | Initializes a new instance of the JulianConversions class |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetDate_FromJulian | Returns date from Julian Meeus ch. 7 |
GetDate_FromJulian_Epoch1970 | Returns date from Julian based on epoch 1970 Meeus ch. 7 |
GetDate_FromJulian_Epoch2000 | Returns date from Julian based on epoch 2000 Meeus ch. 7 |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetJulian | Returns JD. Meeus Ch 7. |
GetJulian_Epoch1970 | Returns JD from epoch 1970. Meeus Ch 7. |
GetJulian_Epoch2000 | Returns JD from epoch 2000. Meeus Ch 7. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |