TimeOnly.Deconstruct Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Deconstruct(Int32, Int32, Int32, Int32, Int32) |
Desconstrói essa TimeOnly instância em Hour, Minute, Second, Milliseconde Microsecond. |
Deconstruct(Int32, Int32) | |
Deconstruct(Int32, Int32, Int32) |
Desconstrói essa TimeOnly instância em Hour, Minutee Second. |
Deconstruct(Int32, Int32, Int32, Int32) |
Desconstrói essa TimeOnly instância em Hour, Minute, Seconde Millisecond. |
Deconstruct(Int32, Int32, Int32, Int32, Int32)
- Origem:
- TimeOnly.cs
- Origem:
- TimeOnly.cs
Desconstrói essa TimeOnly instância em Hour, Minute, Second, Milliseconde 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 esse método retorna, contém o Millisecond valor dessa TimeOnly instância.
- microsecond
- Int32
Quando esse método retorna, contém o Microsecond valor dessa TimeOnly instância.
Aplica-se a
Deconstruct(Int32, Int32)
- 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
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
Desconstrói essa TimeOnly instância em Hour, Minute, Seconde 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 esse método retorna, contém o Millisecond valor dessa TimeOnly instância.