Show / Hide Table of Contents

Header.Timestamp Property

Returns the timestamp of the block.

Namespace: Neo.SmartContract.Framework.Services.Neo

Assembly: Neo.SmartContract.Framework

Syntax

public extern uint Timestamp {get;}

Attribute value: UNIX timestamp as an unsigned integer.

Back