TimeOfDay Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TimeOfDay(Int64) |
Constructor of TimeOfDay |
TimeOfDay(Int32, Int32, Int32, Int32) |
Constructor of TimeOfDay |
TimeOfDay(Int64)
TimeOfDay(Int32, Int32, Int32, Int32)
Constructor of 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)
Parameters
- hour
- Int32
Hour value of TimeOfDay
- minute
- Int32
Minute value of TimeOfDay
- second
- Int32
Second value of TimeOfDay
- millisecond
- Int32
Millisecond value of TimeOfDay, whose precision will be millisecond (3 digits).