RuntimeState.EpochYear 属性 | |
Date Epoch Year value. This gets set by the SetEpoch() function to the Epoch year % 100.
命名空间:
XSharp
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 STATIC PROPERTY EpochYear AS DWORD GET
public static uint EpochYear { get; }
查看代码属性值
类型:
UInt32备注 提示: |
---|
这个值是 'per thread'。新线程从主线程继承设置。对这个设置的更改只对同一线程中的代码可见。
|
参见