enum Poco::DateTime::Months

Symbolic names for month numbers (1 to 12).

#include <DateTime.h>

enum Months
{
    JANUARY   = 1,
    FEBRUARY,
    MARCH,
    APRIL,
    MAY,
    JUNE,
    JULY,
    AUGUST,
    SEPTEMBER,
    OCTOBER,
    NOVEMBER,
    DECEMBER,
};