ZonedDateTime.PlusNanos(Int64) Method

Definition

Returns a copy of this ZonedDateTime with the specified number of nanoseconds added.

[Android.Runtime.Register("plusNanos", "(J)Ljava/time/ZonedDateTime;", "", ApiSince=26)]
public Java.Time.ZonedDateTime? PlusNanos(long nanos);
[<Android.Runtime.Register("plusNanos", "(J)Ljava/time/ZonedDateTime;", "", ApiSince=26)>]
member this.PlusNanos : int64 -> Java.Time.ZonedDateTime

Parameters

nanos
Int64

the nanos to add, may be negative

Returns

a ZonedDateTime based on this date-time with the nanoseconds added, not null

Attributes

Remarks

To be added.

Java reference for java.time.ZonedDateTime.plusNanos.

Applies to