EnhancedTimeSpan.Divide method
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