Convert to and from a juilan date?

  • Thread starter Thread starter news.microsoft.com
  • Start date Start date
N

news.microsoft.com

Is there some sort of function within VB, that would allow me to convert a
datetime to/from a julian date

Thanks
 
Hi Someone,

In the System.Globalization namespace there is a whole selection of
Calendars, including GregorianCalendar and JulianCalendar.

Worth investigating, I'd say. ;-)

Regards,
Fergus
 
Back
Top