[#CBlockIndex-GetBlockTimeMax] = xref:CBlockIndex.adoc[CBlockIndex]::GetBlockTimeMax :relfileprefix: ../ :mrdocs: Returns the maximum timestamp seen in the chain up to and including this block. == Synopsis Declared in `<chain.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int64_t GetBlockTimeMax() const; ---- == Return Value The maximum block time in seconds since the Unix epoch. [.small]#Created with https://www.mrdocs.com[MrDocs]#