Show / Hide Table of Contents

Class TimePeriod

Represents a span of time that the business is open, starting on the specified open day/time and closing on the specified close day/time. The closing time must occur after the opening time, for example later in the same day, or on a subsequent day.

Inheritance
object
TimePeriod
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MyBusinessBusinessInformation.v1.Data
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public class TimePeriod : IDirectResponseSchema

Properties

CloseDay

Required. Indicates the day of the week this period ends on.

Declaration
[JsonProperty("closeDay")]
public virtual string CloseDay { get; set; }
Property Value
Type Description
string

CloseTime

Required. Valid values are 00:00-24:00, where 24:00 represents midnight at the end of the specified day field.

Declaration
[JsonProperty("closeTime")]
public virtual TimeOfDay CloseTime { get; set; }
Property Value
Type Description
TimeOfDay

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

OpenDay

Required. Indicates the day of the week this period starts on.

Declaration
[JsonProperty("openDay")]
public virtual string OpenDay { get; set; }
Property Value
Type Description
string

OpenTime

Required. Valid values are 00:00-24:00, where 24:00 represents midnight at the end of the specified day field.

Declaration
[JsonProperty("openTime")]
public virtual TimeOfDay OpenTime { get; set; }
Property Value
Type Description
TimeOfDay

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX