#include <ocTypes.h>

Public Member Functions | |
| time_date & | now (void) |
| time_date () | |
| time_date (const time_date &in) | |
| time_date (const tm &in) | |
| time_date & | operator= (const time_date in) |
| time_date & | operator= (const tm &in) |
| virtual | ~time_date () |
| int | addSeconds (int seconds) |
| int | addMinutes (int minutes) |
| int | addHours (int hours) |
| int | addDays (int days) |
| int | addMonths (int months) |
| int | addYears (int years) |
| time_t | normalize (void) |
| string | format (const char *format, size_t max=256) const |
| time_date & | parse (const char *strTime, const char *strFormat) |
| int | seconds (void) |
| int | minutes (void) |
| int | hour (void) |
| int | clock_hour (void) |
| char | clock_period (void) |
| int | day_of_month (void) |
| int | month (void) |
| int | year (void) |
| int | day_of_week (void) |
| int | day_of_year (void) |
| int | is_DST (void) |
| void | seconds (int in) |
| void | minutes (int in) |
| void | hour (int in) |
| void | day_of_month (int in) |
| void | month (int in) |
| void | year (int in) |
| void | is_DST (int in) |
| bool | is_good_parse (void) |
| time_date & | now (void) |
| time_date () | |
| time_date (const time_date &in) | |
| time_date (const tm &in) | |
| time_date & | operator= (const time_date in) |
| time_date & | operator= (const tm &in) |
| virtual | ~time_date () |
| int | addSeconds (int seconds) |
| int | addMinutes (int minutes) |
| int | addHours (int hours) |
| int | addDays (int days) |
| int | addMonths (int months) |
| int | addYears (int years) |
| time_t | normalize (void) |
| string | format (const char *format, size_t max=256) const |
| time_date & | parse (const char *strTime, const char *strFormat) |
| int | seconds (void) |
| int | minutes (void) |
| int | hour (void) |
| int | clock_hour (void) |
| char | clock_period (void) |
| int | day_of_month (void) |
| int | month (void) |
| int | year (void) |
| int | day_of_week (void) |
| int | day_of_year (void) |
| int | is_DST (void) |
| void | seconds (int in) |
| void | minutes (int in) |
| void | hour (int in) |
| void | day_of_month (int in) |
| void | month (int in) |
| void | year (int in) |
| void | is_DST (int in) |
| bool | is_good_parse (void) |
Private Attributes | |
| bool | good_parse |
Definition at line 27 of file ocTypes.h.
| time_date& time_date::now | ( | void | ) | [inline] |
Definition at line 31 of file ocTypes.h.
Referenced by uiShoppingCart::AddProduct(), uiShoppingCart::AlwaysAddProduct(), uiShoppingCart::RemoveProduct(), ShoppingCart::ShoppingCart(), time_date(), uiShoppingCart::UpdateProduct(), and Ordered_Obj::uvalidate().
| time_date& time_date::operator= | ( | const tm & | in | ) | [inline] |
| int time_date::addMonths | ( | int | months | ) | [inline] |
| time_t time_date::normalize | ( | void | ) | [inline] |
| string time_date::format | ( | const char * | format, | |
| size_t | max = 256 | |||
| ) | const [inline] |
Definition at line 101 of file ocTypes.h.
Referenced by summer::add(), page_paragraph::emit(), cgiCalendar::fillHalfHour(), oc_time::format(), oc_date::format(), forms_base::makeDateGroup(), formatDate::operator()(), operator<<(), and time_dateXfer::toFieldVar().
| time_date& time_date::parse | ( | const char * | strTime, | |
| const char * | strFormat | |||
| ) | [inline] |
Definition at line 109 of file ocTypes.h.
References good_parse.
Referenced by summer::add(), xml_form::dateFXfer(), forms_base::dateFXfer(), cgiCalendar::fillHalfHour(), formatDate::operator()(), oc_time::parse(), oc_date::parse(), and Site_History_Obj::parseItem().
| int time_date::day_of_month | ( | void | ) | [inline] |
| int time_date::month | ( | void | ) | [inline] |
| int time_date::year | ( | void | ) | [inline] |
| bool time_date::is_good_parse | ( | void | ) | [inline] |
Definition at line 137 of file ocTypes.h.
References good_parse.
Referenced by formatDate::operator()().
| time_date& time_date::operator= | ( | const tm & | in | ) | [inline] |
| string time_date::format | ( | const char * | format, | |
| size_t | max = 256 | |||
| ) | const [inline] |
| time_date& time_date::parse | ( | const char * | strTime, | |
| const char * | strFormat | |||
| ) | [inline] |
| bool time_date::is_good_parse | ( | void | ) | [inline] |
bool time_date::good_parse [private] |
1.5.5