TimeOnly.Deconstruct Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
Deconstruct(Int32, Int32, Int32, Int32, Int32) |
Dekonstruuje tuto TimeOnly instanci do Hour, Minute, Second, Milliseconda Microsecond. |
Deconstruct(Int32, Int32) | |
Deconstruct(Int32, Int32, Int32) |
Dekonstruuje tuto TimeOnly instanci do Hour, Minutea Second. |
Deconstruct(Int32, Int32, Int32, Int32) |
Dekonstrukci této TimeOnly instance do Hour, Minute, Seconda Millisecond. |
Deconstruct(Int32, Int32, Int32, Int32, Int32)
- Zdroj:
- TimeOnly.cs
- Zdroj:
- TimeOnly.cs
Dekonstruuje tuto TimeOnly instanci do Hour, Minute, Second, Milliseconda 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)
Parametry
- millisecond
- Int32
Když tato metoda vrátí, obsahuje Millisecond hodnotu pro tuto TimeOnly instanci.
- microsecond
- Int32
Když tato metoda vrátí, obsahuje Microsecond hodnotu pro tuto TimeOnly instanci.
Platí pro
Deconstruct(Int32, Int32)
- Zdroj:
- TimeOnly.cs
- Zdroj:
- 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)
Parametry
Platí pro
Deconstruct(Int32, Int32, Int32)
- Zdroj:
- TimeOnly.cs
- Zdroj:
- 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)
Parametry
Platí pro
Deconstruct(Int32, Int32, Int32, Int32)
- Zdroj:
- TimeOnly.cs
- Zdroj:
- TimeOnly.cs
Dekonstrukci této TimeOnly instance do Hour, Minute, Seconda 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)
Parametry
- millisecond
- Int32
Když tato metoda vrátí, obsahuje Millisecond hodnotu pro tuto TimeOnly instanci.