次の方法で共有


milliseconds プロパティ

現在のミリ秒を示す値を取得します。

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

構文

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

value = instance.milliseconds

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

プロパティ値

型: System. . :: . .Int16
現在のミリ秒を表す short 型の値です。