.NET 框架类库
X# Runtime and VO SDK Reference
X# Runtime and SDK Reference
XSharp
__Date 结构
__Date 运算符与类型转换
Explicit 转换运算符
Explicit 转换 (Int32 to __Date)
Explicit 转换 (UInt32 to __Date)
Explicit 转换 (__Date to UInt32)
Explicit 转换 (__Date to Int32)
__Date
转换 (Int32 to __Date)
这个转换器在需要时由编译器生成的代码中使用。
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
X#
C#
复制
STATIC
OPERATOR EXPLICIT
(
i
AS
LONG
)
AS
DATE
public
static
explicit operator
__Date
(
int
i
)
查看代码
参数
i
类型:
Int32
返回值
类型:
__Date
参见
引用
__Date 结构
重载
XSharp 命名空间