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.
Converts the TimeSpan value to a relative virtual time value.
Namespace: Microsoft.Reactive.Testing
Assembly: Microsoft.Reactive.Testing (in Microsoft.Reactive.Testing.dll)
Syntax
'Declaration
Protected Overrides Function ToRelative ( _
timeSpan As TimeSpan _
) As Long
'Usage
Dim timeSpan As TimeSpan
Dim returnValue As Long
returnValue = Me.ToRelative(timeSpan)
protected override long ToRelative(
TimeSpan timeSpan
)
protected:
virtual long long ToRelative(
TimeSpan timeSpan
) override
abstract ToRelative :
timeSpan:TimeSpan -> int64
override ToRelative :
timeSpan:TimeSpan -> int64
protected override function ToRelative(
timeSpan : TimeSpan
) : long
Parameters
- timeSpan
Type: System.TimeSpan
The timeSpan value to convert.
Return Value
Type: System.Int64
The corresponding relative virtual time value.