Noda Time
Divide Method (left, right)
NamespacesNodaTimeDurationDivide(Duration, Int64)

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

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

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