TimeOfDay 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
TimeOfDay(Int64) |
的建構函式 TimeOfDay |
TimeOfDay(Int32, Int32, Int32, Int32) |
的建構函式 TimeOfDay |
TimeOfDay(Int64)
TimeOfDay(Int32, Int32, Int32, Int32)
的建構函式 TimeOfDay
public TimeOfDay (int hour, int minute, int second, int millisecond);
new Microsoft.OData.Edm.TimeOfDay : int * int * int * int -> Microsoft.OData.Edm.TimeOfDay
Public Sub New (hour As Integer, minute As Integer, second As Integer, millisecond As Integer)
參數
- hour
- Int32
TimeOfDay 的小時值
- minute
- Int32
TimeOfDay 的分鐘值
- second
- Int32
TimeOfDay 的第二個值
- millisecond
- Int32
TimeOfDay 的毫秒值,其精確度將會是毫秒 (3 位數) 。