Click or drag to resize
ExtensionsMax Method

[Missing <summary> documentation for "M:Akka.Util.Internal.Extensions.Max(System.TimeSpan,System.TimeSpan)"]

Namespace: Akka.Util.Internal
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static TimeSpan Max(
	this TimeSpan this,
	TimeSpan other
)

Parameters

this
Type: SystemTimeSpan

[Missing <param name="this"/> documentation for "M:Akka.Util.Internal.Extensions.Max(System.TimeSpan,System.TimeSpan)"]

other
Type: SystemTimeSpan

[Missing <param name="other"/> documentation for "M:Akka.Util.Internal.Extensions.Max(System.TimeSpan,System.TimeSpan)"]

Return Value

Type: TimeSpan

[Missing <returns> documentation for "M:Akka.Util.Internal.Extensions.Max(System.TimeSpan,System.TimeSpan)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type TimeSpan. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also