Noda Time
AdvanceDays Method (days)
NamespacesNodaTime.TestingFakeClockAdvanceDays(Int64)

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

Advances the clock by the given number of standard (24-hour) days.
Declaration Syntax
C#Visual BasicVisual C++
public void AdvanceDays(
	long days
)
Public Sub AdvanceDays ( _
	days As Long _
)
public:
void AdvanceDays(
	long long days
)
Parameters
days (Int64)
The number of days 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)