LocalTime.Second Property

Definition

Gets the second-of-minute field.

public int Second { [Android.Runtime.Register("getSecond", "()I", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getSecond", "()I", "", ApiSince=26)>]
member this.Second : int

Property Value

the second-of-minute, from 0 to 59

Attributes

Remarks

Gets the second-of-minute field.

Java documentation for java.time.LocalTime.getSecond().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to