GregorianCalendar: AddMinutes

AddMinutes

Returns a cDateTime this is the specified number of Minutes from the original Time.



 Public Function AddMinutes(
	  ByRef Time As Variant,
	  ByVal Minutes As Long ) As cDateTime

Parameters

Time
[ByRef] Variant. The time to add the specified number of Minutes to.
Minutes
[ByVal] Long. The number of Minutes to be added to Time. This can be negative.

Return Values

cDateTime -  Returns a cDateTime with the specified number of Minutes added.

Remarks

See Also

Project VBCorLib Overview Class GregorianCalendar Overview GregorianCalendar Properties GregorianCalendar Methods AddMilliseconds AddMonths