GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::time_base(3) C++ Standard Libary std::time_base(3)

std::time_base - std::time_base


Defined in header <locale>
class time_base;


The class std::time_base provides the date order constants which are inherited by
the std::time_get facets.


Member type Definition
enum dateorder { no_order, dmy, mdy, ymd, ydm }; Unscoped enumeration type


Enumeration constant Definition
no_order Unspecified order
dmy Day, month, year (european) order
mdy Month, day, year (american) order
ymd Year, month, day
ydm Year, day, month


do_date_order obtains preferred ordering of day, month, and year
[virtual] (virtual protected member function of std::time_get<CharT,InputIt>)
do_get_date extracts month, day, and year from input stream
[virtual] (virtual protected member function of std::time_get<CharT,InputIt>)

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.