Synopsis

Declared in <absl/time/civil_time.h>

bool
ParseCivilTime(
    std::string_view s,
    CivilHour* c);

Parameters

Name

Description

c

A civil‐time value aligned to the hour field (YYYY‐MM‐DD hh).

Created with MrDocs