Module: TMDDateTimePicker
Definition in file TMDDateTimePicker.cpp.
#include "TMDDateTimePicker.h"
#include "PKIFTime.h"
#include <string>
Go to the source code of this file.
Functions | |
wxDateTime::Month | GetMonth (CPKIFTimePtr &t) |
const char * | MakeTimePurty (CPKIFTimePtr &t, std::string &s) |
wxDateTime::Month GetMonth | ( | CPKIFTimePtr & | t | ) |
Interface: External
This function returns month given CPKIFTime
t | [in] Reference to a smart pointer to CPKIFTime object containing date/time info |
Definition at line 151 of file TMDDateTimePicker.cpp.
Referenced by TMDDateTimePicker::SetDate().
const char* MakeTimePurty | ( | CPKIFTimePtr & | t, | |
std::string & | s | |||
) |
Interface: Module
This is a helper function that converts CPKIFTime to string
t | [in] CPKIFTime objcet to be converted |
s | [out] resulting string |
Definition at line 145 of file ScvpResponderEntryDlg.cpp.