ZonedDateTime.WithSecond(Int32) Method

Definition

[Android.Runtime.Register("withSecond", "(I)Ljava/time/ZonedDateTime;", "", ApiSince=26)]
public Java.Time.ZonedDateTime? WithSecond (int second);
[<Android.Runtime.Register("withSecond", "(I)Ljava/time/ZonedDateTime;", "", ApiSince=26)>]
member this.WithSecond : int -> Java.Time.ZonedDateTime

Parameters

second
Int32

Returns

Attributes

Applies to