ExCalendar.AddMinutes Method
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Function AddMinutes ( _
time As ExDateTime, _
minutes As Integer _
) As ExDateTime
'Usage
Dim instance As ExCalendar
Dim time As ExDateTime
Dim minutes As Integer
Dim returnValue As ExDateTime
returnValue = instance.AddMinutes(time, _
minutes)
public ExDateTime AddMinutes(
ExDateTime time,
int minutes
)