CBlockIndex::GetBlockTimeMax

Returns the maximum timestamp seen in the chain up to and including this block.

Synopsis

Declared in <chain.h>

int64_t
GetBlockTimeMax() const;

Return Value

The maximum block time in seconds since the Unix epoch.