Show / Hide Table of Contents

Class Place.Types.OpeningHours.Types.Period

A period the place remains in open_now status.

Inheritance
object
Place.Types.OpeningHours.Types.Period
Implements
IMessage<Place.Types.OpeningHours.Types.Period>
IEquatable<Place.Types.OpeningHours.Types.Period>
IDeepCloneable<Place.Types.OpeningHours.Types.Period>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class Place.Types.OpeningHours.Types.Period : IMessage<Place.Types.OpeningHours.Types.Period>, IEquatable<Place.Types.OpeningHours.Types.Period>, IDeepCloneable<Place.Types.OpeningHours.Types.Period>, IBufferMessage, IMessage

Constructors

Period()

Declaration
public Period()

Period(Period)

Declaration
public Period(Place.Types.OpeningHours.Types.Period other)
Parameters
Type Name Description
Place.Types.OpeningHours.Types.Period other

Properties

Close

The time that the place starts to be closed.

Declaration
public Place.Types.OpeningHours.Types.Period.Types.Point Close { get; set; }
Property Value
Type Description
Place.Types.OpeningHours.Types.Period.Types.Point

Open

The time that the place starts to be open.

Declaration
public Place.Types.OpeningHours.Types.Period.Types.Point Open { get; set; }
Property Value
Type Description
Place.Types.OpeningHours.Types.Period.Types.Point
In this article
Back to top Generated by DocFX