天软金融分析.NET函数大全 > TSL函数 > 基础函数 > 日期时间 > 分解函数

MonthOf    

简述

返回参数AValue中包含的月份信息。值域[1,12]
定义
MonthOf(AValue: TDateTime): Integer;
参数
名称类型说明
AValue TDateTime日期类型,日期
相关