DaysLeftInYear

Purpose

This function returns a value indicating how many days are left in the current year.

Parameters

None.

Returns

Return value: number of days
Type: short integer
Description: The number of days remaining in the current year.

Example

hs.WriteLog("Info","There are " & hs.DaysLeftInYear.ToString & " days left in the year.")

See Also

DaysInMonth
DaysLeftInMonth

WeekNumber
WeeksLeftInYear