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

Definition

Contains xtd::month_of_year enum class.

Include dependency graph for month_of_year.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::month_of_year {
  xtd::month_of_year::january = 1,
  xtd::month_of_year::february,
  xtd::month_of_year::march,
  xtd::month_of_year::april,
  xtd::month_of_year::may,
  xtd::month_of_year::june,
  xtd::month_of_year::july,
  xtd::month_of_year::august,
  xtd::month_of_year::september,
  xtd::month_of_year::october,
  xtd::month_of_year::november,
  xtd::month_of_year::december
}
 Specifies the month of the year. More...