Noda Time
PlusTicks Method (ticksToAdd)
NamespacesNodaTimeInstantPlusTicks(Int64)

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

Returns a new value of this instant with the given number of ticks added to it.
Declaration Syntax
C#Visual BasicVisual C++
public Instant PlusTicks(
	long ticksToAdd
)
Public Function PlusTicks ( _
	ticksToAdd As Long _
) As Instant
public:
Instant PlusTicks(
	long long ticksToAdd
)
Parameters
ticksToAdd (Int64)
The ticks to add to this instant to create the return value.
Return Value
The result of adding the given number of ticks to this instant.

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