Enum FoodType.FoodTime
A flags enumeration used by PreferredTimes that is used to determine when this food is generally eaten.
[Flags]
public enum FoodType.FoodTime
- Extension Methods
Fields
None = 0There is no preferred time, which causes foods with this flag to be made at any time of day.
Breakfast = 1The food item is a breakfast food. For brunch foods, use a combined flag of Lunch and Breakfast.
Lunch = 2The food item is a lunch food. For brunch foods, use a combined flag of Lunch and Breakfast.
Dinner = 4The food item is a dinnertime food.