ExCalendar.GetMilliseconds Method
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Function GetMilliseconds ( _
time As ExDateTime _
) As Double
'Usage
Dim instance As ExCalendar
Dim time As ExDateTime
Dim returnValue As Double
returnValue = instance.GetMilliseconds(time)
public double GetMilliseconds(
ExDateTime time
)
Parameters
- time
Type: Microsoft.Exchange.ExchangeSystem.ExDateTime
Return Value
Type: System.Double