Noda Time
PlusTicks Method (ticks)
NamespacesNodaTimeLocalDateTimePlusTicks(Int64)

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

Returns a new LocalDateTime representing the current value with the given number of ticks added.
Declaration Syntax
C#Visual BasicVisual C++
public LocalDateTime PlusTicks(
	long ticks
)
Public Function PlusTicks ( _
	ticks As Long _
) As LocalDateTime
public:
LocalDateTime PlusTicks(
	long long ticks
)
Parameters
ticks (Int64)
The number of ticks to add
Return Value
The current value plus the given number of ticks.

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