[Missing <summary> documentation for "M:Akka.Util.Internal.Extensions.Max(System.TimeSpan,System.TimeSpan)"]
Namespace: Akka.Util.InternalAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static TimeSpan Max(
this TimeSpan this,
TimeSpan other
)
<ExtensionAttribute>
Public Shared Function Max (
this As TimeSpan,
other As TimeSpan
) As TimeSpan
public:
[ExtensionAttribute]
static TimeSpan Max(
TimeSpan this,
TimeSpan other
)
[<ExtensionAttribute>]
static member Max :
this : TimeSpan *
other : TimeSpan -> TimeSpan
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