GetDayOfMonth
Returns the day of the months for the specified date.
Public Function GetDayOfMonth(
ByRef Time As Variant ) As Long
Parameters
- Time
-
[ByRef]
Variant.
The date inwhich to retrieve the day of the month.
Return Values
Long - The day of the month for the specified date.
See Also
Project CorLib Overview
Class Calendar Overview