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 time value.
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Protected MustOverride Function ToRelative ( _
timeSpan As TimeSpan _
) As TRelative
'Usage
Dim timeSpan As TimeSpan
Dim returnValue As TRelative
returnValue = Me.ToRelative(timeSpan)
protected abstract TRelative ToRelative(
TimeSpan timeSpan
)
protected:
virtual TRelative ToRelative(
TimeSpan timeSpan
) abstract
abstract ToRelative :
timeSpan:TimeSpan -> 'TRelative
protected abstract function ToRelative(
timeSpan : TimeSpan
) : TRelative
Parameters
- timeSpan
Type: System.TimeSpan
The TimeSpan value to convert.
Return Value
Type: TRelative
The corresponding relative time value.