Share via


OperatingHoursRange Struct

Definition

The OperatingHoursRange.

public readonly struct OperatingHoursRange : IEquatable<Azure.Maps.Search.OperatingHoursRange>
type OperatingHoursRange = struct
Public Structure OperatingHoursRange
Implements IEquatable(Of OperatingHoursRange)
Inheritance
OperatingHoursRange
Implements

Constructors

OperatingHoursRange(String)

Initializes a new instance of OperatingHoursRange.

Properties

NextSevenDays

Shows the hours of operation for the next week, starting with the current day in the local time of the POI.

Methods

Equals(OperatingHoursRange)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(OperatingHoursRange, OperatingHoursRange)

Determines if two OperatingHoursRange values are the same.

Implicit(String to OperatingHoursRange)

Converts a string to a OperatingHoursRange.

Inequality(OperatingHoursRange, OperatingHoursRange)

Determines if two OperatingHoursRange values are not the same.

Applies to