◐ Shell
clean mode source ↗

std::time_base – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

definiert in Header

<locale>

class time_base;

Die Klasse std::time_base bietet die Datums um Konstanten, die durch den std::time_get Facetten vererbt werden .

Original:

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

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Mitglied Typen

Mitglied Typ

Original:

Member type

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Definition
enum dateorder { no_order, dmy, mdy, ymd, ydm };

Ohne Bereichseinschränkung Aufzählungstyp

Original:

Unscoped enumeration type

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Enumeration konstant

Original:

Enumeration constant

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Definition
no_order

Unspecified Ordnung

Original:

Unspecified order

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

dmy

Tag, Monat, Jahr (european) bestellen

Original:

Day, month, year (european) order

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

mdy

Monat, Tag, Jahr (American) bestellen

Original:

Month, day, year (american) order

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

ymd

Jahr, Monat, Tag

Original:

Year, month, day

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

ydm

Jahr, Tag, Monat

Original:

Year, day, month

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Siehe auch

parst Zeit / Datum-Werte von einem Eingang Zeichenfolge in struct std::tm

Original:

parses time/date values from an input character sequence into struct std::tm

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(Klassen-Template) [edit]