milliseconds プロパティ
現在のミリ秒を示す値を取得します。
名前空間: ReportService2006
アセンブリ: ReportService2006 (ReportService2006.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 型の値です。