MCPcopy Create free account
hub / github.com/JosephP91/curlcpp / get_hour

Method get_hour

src/cookie_time.cpp:36–38  ·  view source on GitHub ↗

Implementation of get_hour method.

Source from the content-addressed store, hash-verified

34
35// Implementation of get_hour method.
36unsigned int curl::cookie_time::get_hour() const NOEXCEPT {
37 return this->hour;
38}
39
40// Implementation of get_minutes method.
41unsigned int curl::cookie_time::get_minutes() const NOEXCEPT {

Callers 1

get_formattedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected