Calendar: GetDayOfMonth

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.

Remarks

See Also

Project VBCorLib Overview | Class Calendar Overview