[#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(0x7f2e2b74a568), requires_capability(0x7f2e28943278), requires_capability(0x7f2e234d2458), requires_capability(0x7f2e2737ebf8), requires_capability(0x7f2e235f0288), requires_capability(0x7f2e2a34c378), requires_capability(0x7f2e219f9148), requires_capability(0x7f2e21c84008), requires_capability(0x7f2e1aa36b68), requires_capability(0x7f2e376b8c48), requires_capability(0x7f2e433ce7d8)]] 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]#