GregorianCalendar: 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 or CorDateTime to retrieve the day of the month from.

Return Values

Long -  The day of the month for the specified date.

See Also

Project CorLib Overview

Class GregorianCalendar Overview