Share via


TimeOfDay(Int32, Int32, Int32) Constructor

Definition

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.

Applies to