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