GDC Hardware Management v1alpha API - Class TimePeriod (1.0.0-alpha01)

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.

Inheritance

object > TimePeriod

Namespace

Google.Cloud.GdcHardwareManagement.V1Alpha

Assembly

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