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
| Nome | Description |
|---|---|
| Deconstruct(Int32, Int32, Int32, Int32, Int32) |
Desconstrui essa TimeOnly instância em Hour, , Minute, Seconde MillisecondMicrosecond. |
| Deconstruct(Int32, Int32) | |
| Deconstruct(Int32, Int32, Int32) |
Desconstrui essa TimeOnly instância em Hour, Minutee Second. |
| Deconstruct(Int32, Int32, Int32, Int32) |
Desconstrui essa instância em , e MillisecondSecondMinute.HourTimeOnly |
Deconstruct(Int32, Int32, Int32, Int32, Int32)
- Origem:
- TimeOnly.cs
- Origem:
- TimeOnly.cs
- Origem:
- TimeOnly.cs
- Origem:
- TimeOnly.cs
Desconstrui essa TimeOnly instância em Hour, , Minute, Seconde MillisecondMicrosecond.
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 é retornado, contém o Millisecond valor dessa TimeOnly instância.
- microsecond
- Int32
Quando esse método é retornado, contém o Microsecond valor dessa 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
Desconstrui essa instância em , e MillisecondSecondMinute.HourTimeOnly
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 é retornado, contém o Millisecond valor dessa TimeOnly instância.