Returns an Integer specifying a whole number between 1 and 365, inclusive, representing the day of the year.
Syntax:
MathLibObject.GetDayOfYear(dtDate As Date)
The GetDayOfYear Method (MathLib Object) syntax has these parts:
| Part |
Description |
| MathLibObject |
An object expression that evaluates to a MathLib object. |
| dtDate |
(Required). A date value. |
Remarks:
Use this method to extract the Day of the Year portion from any Date.