public sealed class TimePeriod : IMessage<TimePeriod>, IEquatable<TimePeriod>, IDeepCloneable<TimePeriod>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class TimePeriod.
Represents a time period in a week.
Implements
IMessageTimePeriod, IEquatableTimePeriod, IDeepCloneableTimePeriod, IBufferMessage, IMessageNamespace
Google.Cloud.GdcHardwareManagement.V1AlphaAssembly
Google.Cloud.GdcHardwareManagement.V1Alpha.dll
Constructors
TimePeriod()
public TimePeriod()
TimePeriod(TimePeriod)
public TimePeriod(TimePeriod other)
Parameter | |
---|---|
Name | Description |
other |
TimePeriod |
Properties
Days
public RepeatedField<DayOfWeek> Days { get; }
Required. The days of the week that the time period is active.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDayOfWeek |
EndTime
public TimeOfDay EndTime { get; set; }
Required. The end of the time period.
Property Value | |
---|---|
Type | Description |
TimeOfDay |
StartTime
public TimeOfDay StartTime { get; set; }
Required. The start of the time period.
Property Value | |
---|---|
Type | Description |
TimeOfDay |