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