LocalTime.ToSecondOfDay Method

Definition

Extracts the time as seconds of day, from 0 to 24 * 60 * 60 - 1.

[Android.Runtime.Register("toSecondOfDay", "()I", "", ApiSince=26)]
public int ToSecondOfDay ();
[<Android.Runtime.Register("toSecondOfDay", "()I", "", ApiSince=26)>]
member this.ToSecondOfDay : unit -> int

Returns

the second-of-day equivalent to this time

Attributes

Remarks

Extracts the time as seconds of day, from 0 to 24 * 60 * 60 - 1.

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

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