Noda Time
AdvanceMinutes Method (minutes)
NamespacesNodaTime.TestingFakeClockAdvanceMinutes(Int64)

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

Advances the clock by the given number of minutes.
Declaration Syntax
C#Visual BasicVisual C++
public void AdvanceMinutes(
	long minutes
)
Public Sub AdvanceMinutes ( _
	minutes As Long _
)
public:
void AdvanceMinutes(
	long long minutes
)
Parameters
minutes (Int64)
The number of minutes to advance the clock by (or if negative, the number to move it back by).

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