OnixS C++ MTS Repo SDP Handler  1.3.2.8
API documentation
TI_BUSINESS_DAY_CONV Struct Reference

#include <SMP.Enumerations.h>

Public Types

enum  Enum { TI_BUSINESS_DAY_CONV_None, TI_BUSINESS_DAY_CONV_Following, TI_BUSINESS_DAY_CONV_ModifiedFollowing, TI_BUSINESS_DAY_CONV_Preceding }
 

Static Public Member Functions

static std::string toString (Enum value)
 

Detailed Description

Definition at line 3145 of file SMP.Enumerations.h.

Member Enumeration Documentation

enum Enum
Enumerator
TI_BUSINESS_DAY_CONV_None 

None.

TI_BUSINESS_DAY_CONV_Following 

Following (i.e., the next day that is a business day)

TI_BUSINESS_DAY_CONV_ModifiedFollowing 

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 

Preceding (i.e., the most recent previous day that is a business day)

Definition at line 3147 of file SMP.Enumerations.h.

Member Function Documentation

static std::string toString ( Enum  value)
static

Provides string presentation.


The documentation for this struct was generated from the following file: