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

SecondOfTheMinute    

简述

返回由参数AValue指定的时间是当前分钟的第几秒
定义
SecondOfTheMinute(AValue: TDateTime): Integer;
参数
名称类型说明
AValue TDateTime日期时间类型,日期时间
返回 Integer
整数
相关