Runtime.Time Attribute
Gets the current block time stamp.
Namespace: Neo.SmartContract.Framework.Services
Assembly: Neo.SmartContract.Framework
#
Syntaxpublic static extern uint Time
Attribute: unix time stamp. Unsigned Integer.
#
Examplepublic static bool Main(){ if (Runtime.Time >= 1587959138) { // do something; }}