Class StoreOpeningHours
public class StoreOpeningHours
- Inheritance
-
StoreOpeningHours
- Inherited Members
Properties
Close
Store close time.
public string Close { get; set; }
Property Value
DayOfWeek
Day of week
public DayOfWeek DayOfWeek { get; set; }
Property Value
Open
Store open time.
public string Open { get; set; }