TimeOnly.Deconstruct Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
| Name | Description |
|---|---|
| Deconstruct(Int32, Int32, Int32, Int32, Int32) |
Desconstrói esta TimeOnly instância em Hour, Minute, Second, Millisecond, e Microsecond. |
| Deconstruct(Int32, Int32) | |
| Deconstruct(Int32, Int32, Int32) |
Desconstrói esta TimeOnly instância em Hour, Minute, e Second. |
| Deconstruct(Int32, Int32, Int32, Int32) |
Desconstrói esta TimeOnly instância em Hour, Minute, Second, e Millisecond. |
Deconstruct(Int32, Int32, Int32, Int32, Int32)
- Origem:
- TimeOnly.cs
- Origem:
- TimeOnly.cs
- Origem:
- TimeOnly.cs
- Origem:
- TimeOnly.cs
Desconstrói esta TimeOnly instância em Hour, Minute, Second, Millisecond, e 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)
Parâmetros
- millisecond
- Int32
Quando este método retorna, contém o Millisecond valor para esta TimeOnly instância.
- microsecond
- Int32
Quando este método retorna, contém o Microsecond valor para esta TimeOnly instância.
Aplica-se a
Deconstruct(Int32, Int32)
- Origem:
- TimeOnly.cs
- Origem:
- TimeOnly.cs
- Origem:
- TimeOnly.cs
- Origem:
- 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)
Parâmetros
Aplica-se a
Deconstruct(Int32, Int32, Int32)
- Origem:
- TimeOnly.cs
- Origem:
- TimeOnly.cs
- Origem:
- TimeOnly.cs
- Origem:
- 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)
Parâmetros
Aplica-se a
Deconstruct(Int32, Int32, Int32, Int32)
- Origem:
- TimeOnly.cs
- Origem:
- TimeOnly.cs
- Origem:
- TimeOnly.cs
- Origem:
- TimeOnly.cs
Desconstrói esta TimeOnly instância em Hour, Minute, Second, e 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)
Parâmetros
- millisecond
- Int32
Quando este método retorna, contém o Millisecond valor para esta TimeOnly instância.