TimeOfDay(Int32, Int32, Int32) Constructor
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.
Create a new TimeOfDay from hours, minutes, and seconds.
public TimeOfDay (int hour, int minute, int second);
new Microsoft.Graph.TimeOfDay : int * int * int -> Microsoft.Graph.TimeOfDay
Public Sub New (hour As Integer, minute As Integer, second As Integer)
Parameters
- hour
- Int32
The hour.
- minute
- Int32
The minute.
- second
- Int32
The second.