天软金融分析.NET函数大全
>
TSL函数
>
基础函数
>
日期时间
>
分解函数
SecondOf
复制链接
简述
返回参数AValue中包含的秒信息。值域[0,59],
定义
SecondOf(AValue: TDateTime): Integer;
参数
名称
类型
说明
AValue
TDateTime
日期时间类型,日期时间
范例
second:=secondof(strtodatetime('2011-08-08 11:22:06'));
return second;//输出: 6
参考
TDateTime
DecodeDate
YearOf
MonthOf
DayOf
HourOf
MinuteOf
MilliSecondOf
相关
DateOf
TimeOf
YearOf
MonthOf
DayOf
HourOf
MinuteOf
SecondOf
MilliSecondOf