Noda Time
Multiply Method (left, right)
NamespacesNodaTimeDurationMultiply(Int64, Duration)

[This is preliminary documentation and is subject to change.]

Multiplies a duration by a number. Friendly alternative to operator*().
Declaration Syntax
C#Visual BasicVisual C++
public static Duration Multiply(
	long left,
	Duration right
)
Public Shared Function Multiply ( _
	left As Long, _
	right As Duration _
) As Duration
public:
static Duration Multiply(
	long long left, 
	Duration right
)
Parameters
left (Int64)
The left hand side of the operator.
right (Duration)
The right hand side of the operator.
Return Value
A new Duration representing the product of the given values.

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)