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

EncodeTime    

简述

将参数指定的Hour, Min, Sec, MSec: Integer作为小时、分钟、秒、毫秒组成一个TDateTime类型返回
定义
EncodeTime(Hour; Min; Sec; MSec: Integer): TDateTime;
参数
名称类型说明
Hour Integer整数,小时
Min Integer整数,分钟
Sec Integer整数,秒
MSec Integer整数,毫秒
返回 TDateTime
时间
相关