Click or drag to resize
Akka.NETTimeSpanExtensionsIsInfinite Method
Overload List
  NameDescription
Public methodStatic memberIsInfinite(NullableTimeSpan)

Determine if the supplied timeSpan has a negative number of ticks.

Note Note
This is a relaxed definition of a TimeSpan. For a stricter definition, use IsInfiniteTimeout(TimeSpan)
Public methodStatic memberIsInfinite(TimeSpan)

Determine if the supplied timeSpan has a negative number of ticks.

Note Note
This is a relaxed definition of a TimeSpan. For a stricter definition, use IsInfiniteTimeout(TimeSpan)
Top
See Also