Rosetta
|
#include <ObjexxFCL/Time_Date.hh>
#include <ObjexxFCL/FArray1.hh>
#include <ObjexxFCL/Fstring.hh>
#include <cassert>
#include <ctime>
#include <sstream>
Namespaces | |
ObjexxFCL | |
Functions | |
void | ObjexxFCL::itime (FArray1_int &timearray) |
Current Time: HH, MM, SS. More... | |
void | ObjexxFCL::idate (FArray1_int &datearray) |
Current Date: DD, MM, YYYY. More... | |
void | ObjexxFCL::idate (int &month, int &day, int &year) |
Current Date Numeric (Not Y2K Compliant): MM, DD, YY. More... | |
void | ObjexxFCL::date (Fstring &day) |
Current Date String (Not Y2K Compliant): DD-MMM-YY. More... | |