DateTime.UnixEpoch 字段
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此常量的值等效于公历 1970 年 1 月 1 日的 00:00:00.0000000 UTC。 UnixEpoch 定义 Unix 时间等于 0 的时间点。
public: static initonly DateTime UnixEpoch;
public static readonly DateTime UnixEpoch;
staticval mutable UnixEpoch : DateTime
Public Shared ReadOnly UnixEpoch As DateTime
产品 | 版本 |
---|---|
.NET | Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Standard | 2.1 |