@CalcMgrGetDatePart

목적:

Year/Month/DayOfMonth/WeekOfYear/WeekOfMonth/DayOfYearYYYYMMDD 형식인 날짜의 숫자로 반환합니다. "date_part_ex"는 "dayofmonth", "dayofyear", "month", "weekofmonth", "weekofyear" 또는 "year"일 수 있습니다.

구문:

Java 클래스: com.hyperion.calcmgr.common.cdf.CalendarFunctions.datePart(Double,String)

CDF 사양: @CalcMgrGetDatePart(date, date_part_ex)