ZonedDateTime.WithMinute(Int32) Method

Definition

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.

Applies to