我使用finaquant的table functions来过滤日期之后的数据表。过滤功能(每月)的签名如下:
public static MatrixTable FilterDatesMonthly(MatrixTable Tbl, string DateField, int FirstDayOfRange, int LastDayOfRange, NumVector AllowMonthDays, NumVector AllowWeekDays)
有两种过滤功能,一种是月度,一种是每季度..
如何使用表格功能每年过滤日期?有一种我无法看到的简单方法吗?