[#CBanEntry-2constructor-02] = xref:CBanEntry.adoc[CBanEntry]::CBanEntry :relfileprefix: ../ :mrdocs: Construct a ban entry with the given creation time. == Synopsis Declared in `<net_types.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit CBanEntry(int64_t nCreateTimeIn); ---- == Parameters [cols="1,4"] |=== | Name| Description | *nCreateTimeIn* | Unix epoch time (seconds) when the ban was created. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#