LocalTime.OfSecondOfDay(Int64) Method

Definition

Obtains an instance of LocalTime from a second-of-day value.

[Android.Runtime.Register("ofSecondOfDay", "(J)Ljava/time/LocalTime;", "", ApiSince=26)]
public static Java.Time.LocalTime? OfSecondOfDay(long secondOfDay);
[<Android.Runtime.Register("ofSecondOfDay", "(J)Ljava/time/LocalTime;", "", ApiSince=26)>]
static member OfSecondOfDay : int64 -> Java.Time.LocalTime

Parameters

secondOfDay
Int64

the second-of-day, from 0 to 24 * 60 * 60 - 1

Returns

the local time, not null

Attributes

Remarks

To be added.

Java reference for java.time.LocalTime.ofSecondOfDay.

Applies to