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