LocalTime.Of Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Of(Int32, Int32, Int32, Int32) | |
Of(Int32, Int32, Int32) | |
Of(Int32, Int32) |
Of(Int32, Int32, Int32, Int32)
[Android.Runtime.Register("of", "(IIII)Ljava/time/LocalTime;", "", ApiSince=26)]
public static Java.Time.LocalTime? Of(int hour, int minute, int second, int nanoOfSecond);
[<Android.Runtime.Register("of", "(IIII)Ljava/time/LocalTime;", "", ApiSince=26)>]
static member Of : int * int * int * int -> Java.Time.LocalTime
Parameter
- hour
- Int32
- minute
- Int32
- second
- Int32
- nanoOfSecond
- Int32
Gibt zurück
- Attribute
Gilt für:
Of(Int32, Int32, Int32)
[Android.Runtime.Register("of", "(III)Ljava/time/LocalTime;", "", ApiSince=26)]
public static Java.Time.LocalTime? Of(int hour, int minute, int second);
[<Android.Runtime.Register("of", "(III)Ljava/time/LocalTime;", "", ApiSince=26)>]
static member Of : int * int * int -> Java.Time.LocalTime
Parameter
- hour
- Int32
- minute
- Int32
- second
- Int32
Gibt zurück
- Attribute
Gilt für:
Of(Int32, Int32)
[Android.Runtime.Register("of", "(II)Ljava/time/LocalTime;", "", ApiSince=26)]
public static Java.Time.LocalTime? Of(int hour, int minute);
[<Android.Runtime.Register("of", "(II)Ljava/time/LocalTime;", "", ApiSince=26)>]
static member Of : int * int -> Java.Time.LocalTime
Parameter
- hour
- Int32
- minute
- Int32
Gibt zurück
- Attribute