Functions.DOY 方法 | |
Return the Day of Year
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION DOY(
dDate AS DATE
) AS DWORD
public static uint DOY(
__Date dDate
)
查看代码参数
- dDate
- 类型:__Date
Date for which to calculate the Date
返回值
类型:
UInt32参见