天软金融分析.NET函数大全
>
TSL函数
>
基础函数
>
日期时间
>
关系函数
SecondOfTheMonth
复制链接
简述
返回由参数AValue指定的时间是当月的第几秒种
定义
SecondOfTheMonth(AValue: TDateTime): Integer;
参数
名称
类型
说明
AValue
TDateTime
日期时间类型,日期时间
范例
second:=SecondOfTheMonth(strtodatetime('2011-01-22 10:00:00'));
return second; //输出: 1850400
参考
TDateTime
SecondOf
WeekOfTheMonth
DayOfTheMonth
HourOfTheMonth
MinuteOfTheMonth
MilliSecondOfTheMonth
相关
MonthOfTheYear
WeekOfTheYear
DayOfTheYear
HourOfTheYear
MinuteOfTheYear
SecondOfTheYear
MilliSecondOfTheYear
WeekOfTheMonth
DayOfTheMonth
HourOfTheMonth
MinuteOfTheMonth
SecondOfTheMonth
MilliSecondOfTheMonth
DayOfTheWeek
HourOfTheWeek
MinuteOfTheWeek
SecondOfTheWeek
MilliSecondOfTheWeek
HourOfTheDay
MinuteOfTheDay
SecondOfTheDay
MilliSecondOfTheDay
MinuteOfTheHour
SecondOfTheHour
MilliSecondOfTheHour
SecondOfTheMinute
MilliSecondofTheMinute
MilliSecondOfTheSecond