[#CConnman-GetMaxOutboundTimeLeftInCycle] = xref:CConnman.adoc[CConnman]::GetMaxOutboundTimeLeftInCycle :relfileprefix: ../ :mrdocs: Return the time left in the current max‐outbound cycle (0 if there is no limit). == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f950f5fff68), requires_capability(0x7f950ed88798), requires_capability(0x7f950b490a08), requires_capability(0x7f95034d3628), requires_capability(0x7f950e2109f8), requires_capability(0x7f9527748698), requires_capability(0x7f950c325828), requires_capability(0x7f950c241458), requires_capability(0x7f95018bac08), requires_capability(0x7f950bd92ab8), requires_capability(0x7f95065ca1b8)]] std::chrono::seconds GetMaxOutboundTimeLeftInCycle() const; ---- == Return Value the time left in the current max‐outbound cycle, or 0 if there is no limit. [.small]#Created with https://www.mrdocs.com[MrDocs]#