DateOnly.Deconstruct(Int32, Int32, Int32) Metodo

Definizione

Decostruisce DateOnly in base Yeara , 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)

Parametri

year
Int32

Quando termina, questo metodo rappresenta il Year valore di questa DateOnly istanza.

month
Int32

Quando termina, questo metodo rappresenta il Month valore di questa DateOnly istanza.

day
Int32

Quando termina, questo metodo rappresenta il Day valore di questa DateOnly istanza.

Si applica a