GregorianCalendar: GetMinute

GetMinute

Returns the minute of the specified time.



 Public Function GetMinute(
	  ByRef Time As Variant ) As Long

Parameters

Time
[ByRef] Variant. The time to retrieve the minute from.

Return Values

Long -  The minute portion of the time.

Remarks

See Also

Project VBCorLib Overview Class GregorianCalendar Overview GregorianCalendar Properties GregorianCalendar Methods GetMilliseconds GetMonth