year プロパティ
現在の年を示す値を取得します。
名前空間: ReportService2010
アセンブリ: ReportService2010 (ReportService2010.dll)
構文
'宣言
Public Property year As Short
Get
Set
'使用
Dim instance As SYSTEMTIME
Dim value As Short
value = instance.year
instance.year = value
public short year { get; set; }
public:
property short year {
short get ();
void set (short value);
}
member year : int16 with get, set
function get year () : short
function set year (value : short)
プロパティ値
型: System. . :: . .Int16
現在の年を表す short 型の値です。