LocalLocationHoursOfOperationItem LocalLocationHoursOfOperationItem LocalLocationHoursOfOperationItem LocalLocationHoursOfOperationItem Class

Definition

Contains the hours of operation for a location.

Note

This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime. For more information about the Windows.Services.Maps.LocalSearch namespace, please work with your Microsoft Account Team representative.

public : sealed class LocalLocationHoursOfOperationItem : ILocalLocationHoursOfOperationItempublic sealed class LocalLocationHoursOfOperationItem : ILocalLocationHoursOfOperationItemPublic NotInheritable Class LocalLocationHoursOfOperationItem Implements ILocalLocationHoursOfOperationItem// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.14393.0) Windows Mobile Extension SDK (introduced v10.0.14393.0) Windows Team Extension SDK (introduced v10.0.14393.0)
API contract
Windows.Services.Maps.LocalSearchContract (introduced v3)

Remarks

This class is retrieved by accessing the HoursOfOperation property.

Properties

Day Day Day Day

Gets the day the property is in operation.

Note

This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime. For more information about the Windows.Services.Maps.LocalSearch namespace, please work with your Microsoft Account Team representative.

public : DayOfWeek Day { get; }public DayOfWeek Day { get; }Public ReadOnly Property Day As DayOfWeek// This API is not available in Javascript.
Value
DayOfWeek DayOfWeek DayOfWeek DayOfWeek

The day the property is in operation.

Span Span Span Span

Gets the time span of operation for the property.

Note

This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime. For more information about the Windows.Services.Maps.LocalSearch namespace, please work with your Microsoft Account Team representative.

public : TimeSpan Span { get; }public TimeSpan Span { get; }Public ReadOnly Property Span As TimeSpan// This API is not available in Javascript.
Value
TimeSpan TimeSpan TimeSpan TimeSpan

The time span of operation for the property.

Start Start Start Start

Gets the start of operation for the location.

Note

This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime. For more information about the Windows.Services.Maps.LocalSearch namespace, please work with your Microsoft Account Team representative.

public : TimeSpan Start { get; }public TimeSpan Start { get; }Public ReadOnly Property Start As TimeSpan// This API is not available in Javascript.
Value
TimeSpan TimeSpan TimeSpan TimeSpan

The start of operation for the location.