Synopsis

Declared in <absl/time/civil_time.h>

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

Parameters

Name

Description

c

A civil‐time value aligned to the year field (YYYY).

Created with MrDocs