#include <SMP.Enumerations.h>
Public Types | |
enum | Enum { REPO_DAY_COUNT_360, REPO_DAY_COUNT_365, REPO_DAY_COUNT_ACTUAL, REPO_DAY_COUNT_366 } |
Static Public Member Functions | |
static std::string | toString (Enum value) |
Definition at line 338 of file SMP.Enumerations.h.
enum Enum |
Enumerator | |
---|---|
REPO_DAY_COUNT_360 |
360 |
REPO_DAY_COUNT_365 |
365 |
REPO_DAY_COUNT_ACTUAL |
Actual. |
REPO_DAY_COUNT_366 |
366 |
Definition at line 340 of file SMP.Enumerations.h.
|
static |
Provides string presentation.