xtd 0.2.0
day_of_week.h File Reference
#include "enum.h"

Definition

Contains xtd::day_of_week enum class.

Include dependency graph for day_of_week.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Enumerations

enum  xtd::day_of_week {
  xtd::day_of_week::sunday,
  xtd::day_of_week::monday,
  xtd::day_of_week::tuesday,
  xtd::day_of_week::wednesday,
  xtd::day_of_week::thursday,
  xtd::day_of_week::friday,
  xtd::day_of_week::saturday
}
 Specifies the day of the week. More...