Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Function Divide ( _
ts As TimeSpan _
) As Long
'Usage
Dim instance As EnhancedTimeSpan
Dim ts As TimeSpan
Dim returnValue As Long
returnValue = instance.Divide(ts)
public long Divide(
TimeSpan ts
)
Parameters
- ts
Type: System.TimeSpan
Return value
Type: System.Int64