@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)