TimeOfDay Class

Definition

Time of day model.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Graph.TimeOfDayConverter))]
public class TimeOfDay
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Graph.TimeOfDayConverter))>]
type TimeOfDay = class
Public Class TimeOfDay
Inheritance
TimeOfDay
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

TimeOfDay(Int32, Int32, Int32)

Create a new TimeOfDay from hours, minutes, and seconds.

Properties

Hour

The hour.

Minute

The minute.

Second

The second.

Methods

ToString()

The time of day, formatted as "HH:mm:ss".

Applies to