DateOnly.Deconstruct(Int32, Int32, Int32) Método

Definição

Desconstrui DateOnly por Year, Monthe Day.

public:
 void Deconstruct([Runtime::InteropServices::Out] int % year, [Runtime::InteropServices::Out] int % month, [Runtime::InteropServices::Out] int % day);
public void Deconstruct (out int year, out int month, out int day);
member this.Deconstruct : int * int * int -> unit
Public Sub Deconstruct (ByRef year As Integer, ByRef month As Integer, ByRef day As Integer)

Parâmetros

year
Int32

Quando esse método retorna, representa o Year valor dessa DateOnly instância.

month
Int32

Quando esse método retorna, representa o Month valor dessa DateOnly instância.

day
Int32

Quando esse método retorna, representa o Day valor dessa DateOnly instância.

Aplica-se a