@CalcMgrGetDatePart

Zweck:

Gibt Year/Month/DayOfMonth/WeekOfYear/WeekOfMonth/DayOfYear als Zahl für ein Datum im Format YYYYMMDD zurück. "date_part_ex" kann "dayofmonth", "dayofyear", "month", "weekofmonth", "weekofyear" oder "year" lauten.

Syntax:

Java-Klasse: com.hyperion.calcmgr.common.cdf.CalendarFunctions.datePart(Double,String)

CDF-Spezifikation: @CalcMgrGetDatePart(date, date_part_ex)