次の方法で共有


Time コンストラクター

定義

オーバーロード

Time()

Time クラスの新しいインスタンスを初期化します。

Time(Int32, Int32, Int32)

Time クラスの新しいインスタンスを初期化します。

Time()

Time クラスの新しいインスタンスを初期化します。

public Time ();
Public Sub New ()

適用対象

Time(Int32, Int32, Int32)

Time クラスの新しいインスタンスを初期化します。

public Time (int hours, int minutes, int seconds);
new Microsoft.Azure.Management.StorSimple8000Series.Models.Time : int * int * int -> Microsoft.Azure.Management.StorSimple8000Series.Models.Time
Public Sub New (hours As Integer, minutes As Integer, seconds As Integer)

パラメーター

hours
Int32

minutes
Int32

分。

seconds
Int32

2 番目の 。

適用対象