Show / Hide Table of Contents

Class Place.Types.OpeningHours.Types.SpecialDay

Structured information for special days that fall within the period that the returned opening hours cover. Special days are days that could impact the business hours of a place, e.g. Christmas day.

Inheritance
object
Place.Types.OpeningHours.Types.SpecialDay
Implements
IMessage<Place.Types.OpeningHours.Types.SpecialDay>
IEquatable<Place.Types.OpeningHours.Types.SpecialDay>
IDeepCloneable<Place.Types.OpeningHours.Types.SpecialDay>
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.SpecialDay : IMessage<Place.Types.OpeningHours.Types.SpecialDay>, IEquatable<Place.Types.OpeningHours.Types.SpecialDay>, IDeepCloneable<Place.Types.OpeningHours.Types.SpecialDay>, IBufferMessage, IMessage

Constructors

SpecialDay()

Declaration
public SpecialDay()

SpecialDay(SpecialDay)

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

Properties

Date

The date of this special day.

Declaration
public Date Date { get; set; }
Property Value
Type Description
Date
In this article
Back to top Generated by DocFX