SYSTEMTIME.year 屬性

定義

取得或設定值,這個值會指定目前的年份。

public:
 property short year { short get(); void set(short value); };
public short year { get; set; }
member this.year : int16 with get, set
Public Property year As Short

屬性值

Int16

傳回目前的年份。

適用於