次の方法で共有


SYSTEMTIME.day プロパティ

現在の日を示す値を取得します。

名前空間:  ReportService2010
アセンブリ:  ReportService2010 (ReportService2010.dll)

構文

'宣言
Public Property day As Short 
    Get 
    Set
'使用
Dim instance As SYSTEMTIME 
Dim value As Short 

value = instance.day

instance.day = value
public short day { get; set; }
public:
property short day {
    short get ();
    void set (short value);
}
member day : int16 with get, set
function get day () : short 
function set day (value : short)

プロパティ値

型: System.Int16
現在の日を表す short 型の値です。

関連項目

参照

SYSTEMTIME クラス

ReportService2010 名前空間