LocalDateTime.MinusWeeks(Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a copy of this LocalDateTime with the specified number of weeks subtracted.
[Android.Runtime.Register("minusWeeks", "(J)Ljava/time/LocalDateTime;", "", ApiSince=26)]
public Java.Time.LocalDateTime? MinusWeeks(long weeks);
[<Android.Runtime.Register("minusWeeks", "(J)Ljava/time/LocalDateTime;", "", ApiSince=26)>]
member this.MinusWeeks : int64 -> Java.Time.LocalDateTime
Parameters
- weeks
- Int64
the weeks to subtract, may be negative
Returns
a LocalDateTime based on this date-time with the weeks subtracted, not null
- Attributes
Remarks
To be added.
Java reference for java.time.LocalDateTime.minusWeeks.