Runtime.Time 属性
获得当前区块的时间戳。
命名空间:Neo.SmartContract.Framework.Services
程序集:Neo.SmartContract.Framework
#
语法public static extern uint Time
属性值:unix 时间戳,无符号整型。
#
示例public static bool Main(){ if (Runtime.Time >= 1587959138) { // do something; }}