Noda Time
AdvanceHours Method (hours)
NamespacesNodaTime.TestingFakeClockAdvanceHours(Int64)

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

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