DateOnly.Deconstruct(Int32, Int32, Int32) 方法

定義

YearMonthDay 解構 DateOnly

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)

參數

year
Int32

當這個方法傳回時,表示 Year 這個 DateOnly 實例的值。

month
Int32

當這個方法傳回時,表示 Month 這個 DateOnly 實例的值。

day
Int32

當這個方法傳回時,表示 Day 這個 DateOnly 實例的值。

適用於