LocalDateTime.PlusDays(Int64) Method

Definition

Returns a copy of this LocalDateTime with the specified number of days added.

[Android.Runtime.Register("plusDays", "(J)Ljava/time/LocalDateTime;", "", ApiSince=26)]
public Java.Time.LocalDateTime? PlusDays(long days);
[<Android.Runtime.Register("plusDays", "(J)Ljava/time/LocalDateTime;", "", ApiSince=26)>]
member this.PlusDays : int64 -> Java.Time.LocalDateTime

Parameters

days
Int64

the days to add, may be negative

Returns

a LocalDateTime based on this date-time with the days added, not null

Attributes

Remarks

To be added.

Java reference for java.time.LocalDateTime.plusDays.

Applies to