@CalcMgrGetDatePart

用途:

YYYYMMDD 格式的日期中返回数字形式的 Year/Month/DayOfMonth/WeekOfYear/WeekOfMonth/DayOfYear。"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)