DateOnly.Deconstruct(Int32, Int32, Int32) Metoda

Definicja

Dekonstruktory DateOnly według Year, Monthi 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)

Parametry

year
Int32

Gdy ta metoda zwróci wartość, reprezentuje Year wartość tego DateOnly wystąpienia.

month
Int32

Gdy ta metoda zwróci wartość, reprezentuje Month wartość tego DateOnly wystąpienia.

day
Int32

Gdy ta metoda zwróci wartość, reprezentuje Day wartość tego DateOnly wystąpienia.

Dotyczy