ZonedDateTime.WithMinute(Int32) 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 ZonedDateTime with the minute-of-hour altered.
[Android.Runtime.Register("withMinute", "(I)Ljava/time/ZonedDateTime;", "", ApiSince=26)]
public Java.Time.ZonedDateTime? WithMinute(int minute);
[<Android.Runtime.Register("withMinute", "(I)Ljava/time/ZonedDateTime;", "", ApiSince=26)>]
member this.WithMinute : int -> Java.Time.ZonedDateTime
Parameters
- minute
- Int32
the minute-of-hour to set in the result, from 0 to 59
Returns
a ZonedDateTime based on this date-time with the requested minute, not null
- Attributes
Remarks
To be added.
Java reference for java.time.ZonedDateTime.withMinute.