Definition at line 279 of file SMP.Enumerations.h.
◆ Enum
Enumerator |
---|
TI_BUSINESS_DAY_CONV_None | 0 | None.
|
TI_BUSINESS_DAY_CONV_Following | 1 | Following (i.e., the next day that is a business day)
|
TI_BUSINESS_DAY_CONV_ModifiedFollowing | 2 | Modified Following (i.e., the next day that is a business day; if this day falls in the next calendar month, the most recent previous day that is a business day is taken)
|
TI_BUSINESS_DAY_CONV_Preceding | 3 | Preceding (i.e., the most recent previous day that is a business day)
|
Definition at line 281 of file SMP.Enumerations.h.
◆ toString()
std::string toString |
( |
Enum | value | ) |
|
|
static |
Provides string presentation.