TimeOnly.Deconstruct Método

Definição

Sobrecargas

Deconstruct(Int32, Int32, Int32, Int32, Int32)

Desconstrói essa TimeOnly instância em Hour, Minute, Second, Milliseconde Microsecond.

Deconstruct(Int32, Int32)

Desconstrói essa TimeOnly instância em Hour e Minute.

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

hour
Int32

Quando esse método retorna, contém o Hour valor dessa TimeOnly instância.

minute
Int32

Quando esse método retorna, contém o Minute valor dessa TimeOnly instância.

second
Int32

Quando esse método retorna, contém o Second valor dessa TimeOnly instância.

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

Desconstrói essa TimeOnly instância em Hour e Minute.

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

hour
Int32

Quando esse método retorna, contém o Hour valor dessa TimeOnly instância.

minute
Int32

Quando esse método retorna, contém o Minute valor dessa TimeOnly instância.

Aplica-se a

Deconstruct(Int32, Int32, Int32)

Origem:
TimeOnly.cs
Origem:
TimeOnly.cs

Desconstrói essa TimeOnly instância em Hour, Minutee Second.

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

hour
Int32

Quando esse método retorna, contém o Hour valor dessa TimeOnly instância.

minute
Int32

Quando esse método retorna, contém o Minute valor dessa TimeOnly instância.

second
Int32

Quando esse método retorna, contém o Second valor dessa TimeOnly instância.

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

hour
Int32

Quando esse método retorna, contém o Hour valor dessa TimeOnly instância.

minute
Int32

Quando esse método retorna, contém o Minute valor dessa TimeOnly instância.

second
Int32

Quando esse método retorna, contém o Second valor dessa TimeOnly instância.

millisecond
Int32

Quando esse método retorna, contém o Millisecond valor dessa TimeOnly instância.

Aplica-se a