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

EncodeDate    

简述

将参数指定的Year,Month,Day作为年、月、日组成一个TDateTime类型返回
定义
EncodeDate(Year; Month; Day: Integer): TDateTime;
参数
名称类型说明
Year Integer整数,年
Month Integer整数,月
Day Integer整数,日
返回 TDateTime
日期
相关