added getDayName(), formatting
This commit is contained in:
@@ -102,6 +102,12 @@ class DataField {
|
||||
*/
|
||||
static void dumpString(ostream& output, const string str, const bool prependFieldSeparator = true);
|
||||
|
||||
/**
|
||||
* Return the name of the specified day.
|
||||
* @return the name of the specified day.
|
||||
*/
|
||||
static string getDayName(int day);
|
||||
|
||||
/**
|
||||
* Returns the length of this field (or contained fields) in bytes.
|
||||
* @param partType the message part of the contained fields to limit the length calculation to.
|
||||
|
||||
Reference in New Issue
Block a user