Class ScheduleInterval
Inheritance
object
ScheduleInterval
Namespace: Aetheros.Schema.AOS
Assembly: Aetheros.Schema.AOS.dll
Syntax
[Serializable]
[JsonObject("ScheduleInterval")]
public class ScheduleInterval
Properties
| Edit this page View SourceEnd
Declaration
[JsonProperty("end")]
public DateTimeOffset End { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
Start
Declaration
[JsonProperty("start")]
public DateTimeOffset Start { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset |