Class WeeklyTimeInterval
Represents a time interval, spanning across days of the week. Until local timezones are supported, this interval is in UTC.
Implements
Inherited Members
Namespace: Google.Apis.VMwareEngine.v1.Data
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class WeeklyTimeInterval : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndDay
Output only. The day on which the interval ends. Can be same as start day.
Declaration
[JsonProperty("endDay")]
public virtual string EndDay { get; set; }
Property Value
Type | Description |
---|---|
string |
EndTime
Output only. The time on the end day at which the interval ends.
Declaration
[JsonProperty("endTime")]
public virtual TimeOfDay EndTime { get; set; }
Property Value
Type | Description |
---|---|
TimeOfDay |
StartDay
Output only. The day on which the interval starts.
Declaration
[JsonProperty("startDay")]
public virtual string StartDay { get; set; }
Property Value
Type | Description |
---|---|
string |
StartTime
Output only. The time on the start day at which the interval starts.
Declaration
[JsonProperty("startTime")]
public virtual TimeOfDay StartTime { get; set; }
Property Value
Type | Description |
---|---|
TimeOfDay |