[#wallet-ScriptPubKeyMan-GetTimeFirstKey] = xref:wallet.adoc[wallet]::xref:wallet/ScriptPubKeyMan.adoc[ScriptPubKeyMan]::GetTimeFirstKey :relfileprefix: ../../ :mrdocs: Returns the creation time of the earliest key, used as the wallet's birth time. == Synopsis Declared in `<wallet/scriptpubkeyman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual int64_t GetTimeFirstKey() const; ---- == Return Value The earliest key creation time, in seconds since the epoch. [.small]#Created with https://www.mrdocs.com[MrDocs]#