DaysLeftInMonth

Purpose

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

Parameters

None.

Returns

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

Example

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

See Also

DaysInMonth
DaysLeftInYear
WeekNumber

WeeksLeftInYear