TimeOfDay Class
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.
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". |