![]() |
KSquare Utilities
|
Their are three classes in this file meant to represent Date, Time, and DateTime called DateType, TimeType, and DateTimeType. More...
#include "KKStr.h"Go to the source code of this file.
Classes | |
| class | KKB::DateTime |
| class | KKB::DateType |
| Represents a calendar date consisting of three fields, Year, Month, and Day. More... | |
| class | KKB::TimeType |
| Represents a Time, consisting of three fields, Hour, Minute, and Second. summary>Represents Date and Time, consists of two member classes DateType and TimeType. More... | |
Namespaces | |
| KKB | |
| KKB The namespace for KKBase Library supporting general functionality needed by almost any application. | |
Functions | |
| KKStr & | KKB::operator<< (KKB::KKStr &left, const DateType &right) |
| KKStr & | KKB::operator<< (KKB::KKStr &left, const TimeType &right) |
| KKStr & | KKB::operator<< (KKB::KKStr &left, const DateTime &right) |
| std::ostream & | KKB::operator<< (std::ostream &os, const DateType &right) |
| std::ostream & | KKB::operator<< (std::ostream &os, const TimeType &right) |
| std::ostream & | KKB::operator<< (std::ostream &os, const DateTime &right) |
Their are three classes in this file meant to represent Date, Time, and DateTime called DateType, TimeType, and DateTimeType.
Definition in file DateTime.h.