CalendarConverter Class
Support class for conversions between DateTime objects and Modified Julian Dates
Modified Julian Date is the number of days since November 17, 1858.
Namespace: DHI.Mike1D.EngineAssembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
public static class CalendarConverter
- Inheritance
- Object CalendarConverter
| ToDateTime |
Converts a modified julian date to a DateTime object
|
| ToModifiedJulian |
Converts a DateTime object to modified julian date
|