DOY Function | |
Return the Day of Year
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax FUNCTION DOY(
dDate AS DATE
) AS DWORD
public static uint DOY(
Date dDate
)
Request Example
View SourceParameters
- dDate
- Type: Date
Date for which to calculate the Date
Return Value
Type:
DWordSee Also