RE: Julian day does not seem correct.
From: Paul (Paul_at_discussions.microsoft.com)
Date: 08/17/04
- Next message: David: "Re: Self-Teaching of VB.net, can one become profficient?"
- Previous message: jcrouse: "Re: Error Handling Suggestions"
- In reply to: Paul: "Julian day does not seem correct."
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 17 Aug 2004 13:31:03 -0700
got it working using the GregorianCalendar.
"Paul" wrote:
> Hi, I am getting 217 for the julian day for today,
> but I think it should be 230. Julian day simply increments each
> day from the beginning of the year. The system day is
> tuesday aug 17th, which is correct.
>
> Dim myCal As New JulianCalendar
> Day = myCal.GetDayOfYear(System.DateTime.Today)
> --
> Paul G
> Software engineer.
- Next message: David: "Re: Self-Teaching of VB.net, can one become profficient?"
- Previous message: jcrouse: "Re: Error Handling Suggestions"
- In reply to: Paul: "Julian day does not seem correct."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|