[#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(0x7ff36f782cc8), requires_capability(0x7ff36f469538), requires_capability(0x7ff37f408af8), requires_capability(0x7ff3775658c8), requires_capability(0x7ff37b6a0dc8), requires_capability(0x7ff37e1c89f8), requires_capability(0x7ff379a7ef48), requires_capability(0x7ff36f4a5f88), requires_capability(0x7ff37bc16be8), requires_capability(0x7ff3814a6bb8), requires_capability(0x7ff3666cdc38)]] 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]#