Formats the given civil‐time value into a string value of the following format:
Synopses
Declared in <absl/time/civil_time.h>
Formats the given civil‐time value into a string value of the following format:
std::string
FormatCivilTime(CivilDay c);
Formats the given civil‐time value into a string value of the following format:
std::string
FormatCivilTime(CivilHour c);
Formats the given civil‐time value into a string value of the following format:
std::string
FormatCivilTime(CivilMinute c);
Formats the given civil‐time value into a string value of the following format:
std::string
FormatCivilTime(CivilMonth c);
Formats the given civil‐time value into a string value of the following format:
std::string
FormatCivilTime(CivilSecond c);
Formats the given civil‐time value into a string value of the following format:
std::string
FormatCivilTime(CivilYear c);
Return Value
The formatted civil‐time string.
Parameters
Name |
Description |
c |
The civil‐time value to format. |
Created with MrDocs