TimeOnly.Deconstruct 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
Deconstruct(Int32, Int32, Int32, Int32, Int32) |
Dekonstruiert diese TimeOnly instance in Hour, , MinuteSecond, Millisecondund Microsecond. |
Deconstruct(Int32, Int32) | |
Deconstruct(Int32, Int32, Int32) |
Dekonstruiert diese TimeOnly instance in Hour, Minuteund Second. |
Deconstruct(Int32, Int32, Int32, Int32) |
Dekonstruiert diese TimeOnly instance in Hour, Minute, Secondund Millisecond. |
Deconstruct(Int32, Int32, Int32, Int32, Int32)
- Quelle:
- TimeOnly.cs
- Quelle:
- TimeOnly.cs
Dekonstruiert diese TimeOnly instance in Hour, , MinuteSecond, Millisecondund Microsecond.
public:
void Deconstruct([Runtime::InteropServices::Out] int % hour, [Runtime::InteropServices::Out] int % minute, [Runtime::InteropServices::Out] int % second, [Runtime::InteropServices::Out] int % millisecond, [Runtime::InteropServices::Out] int % microsecond);
public void Deconstruct (out int hour, out int minute, out int second, out int millisecond, out int microsecond);
member this.Deconstruct : int * int * int * int * int -> unit
Public Sub Deconstruct (ByRef hour As Integer, ByRef minute As Integer, ByRef second As Integer, ByRef millisecond As Integer, ByRef microsecond As Integer)
Parameter
- millisecond
- Int32
Wenn diese Methode zurückgibt, enthält den Millisecond Wert für diese TimeOnly instance.
- microsecond
- Int32
Wenn diese Methode zurückgibt, enthält den Microsecond Wert für diese TimeOnly instance.
Gilt für:
Deconstruct(Int32, Int32)
- Quelle:
- TimeOnly.cs
- Quelle:
- TimeOnly.cs
public:
void Deconstruct([Runtime::InteropServices::Out] int % hour, [Runtime::InteropServices::Out] int % minute);
public void Deconstruct (out int hour, out int minute);
member this.Deconstruct : int * int -> unit
Public Sub Deconstruct (ByRef hour As Integer, ByRef minute As Integer)
Parameter
Gilt für:
Deconstruct(Int32, Int32, Int32)
- Quelle:
- TimeOnly.cs
- Quelle:
- TimeOnly.cs
public:
void Deconstruct([Runtime::InteropServices::Out] int % hour, [Runtime::InteropServices::Out] int % minute, [Runtime::InteropServices::Out] int % second);
public void Deconstruct (out int hour, out int minute, out int second);
member this.Deconstruct : int * int * int -> unit
Public Sub Deconstruct (ByRef hour As Integer, ByRef minute As Integer, ByRef second As Integer)
Parameter
Gilt für:
Deconstruct(Int32, Int32, Int32, Int32)
- Quelle:
- TimeOnly.cs
- Quelle:
- TimeOnly.cs
Dekonstruiert diese TimeOnly instance in Hour, Minute, Secondund Millisecond.
public:
void Deconstruct([Runtime::InteropServices::Out] int % hour, [Runtime::InteropServices::Out] int % minute, [Runtime::InteropServices::Out] int % second, [Runtime::InteropServices::Out] int % millisecond);
public void Deconstruct (out int hour, out int minute, out int second, out int millisecond);
member this.Deconstruct : int * int * int * int -> unit
Public Sub Deconstruct (ByRef hour As Integer, ByRef minute As Integer, ByRef second As Integer, ByRef millisecond As Integer)
Parameter
- millisecond
- Int32
Wenn diese Methode zurückgibt, enthält den Millisecond Wert für diese TimeOnly instance.