LocalLocationHoursOfOperationItem.Day Property

Definition

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:
 property DayOfWeek Day { DayOfWeek get(); };
DayOfWeek Day();
public DayOfWeek Day { get; }
var dayOfWeek = localLocationHoursOfOperationItem.day;
Public ReadOnly Property Day As DayOfWeek

Property Value

The day the property is in operation.

Applies to