天软金融分析.NET函数大全
>
TSL函数
>
基础函数
>
日期时间
>
关系函数
MilliSecondOfTheMonth
复制链接
简述
返回由参数AValue指定的时间是当月的第几毫秒
定义
MilliSecondOfTheMonth(AValue: TDateTime): Integer;
参数
名称
类型
说明
AValue
TDateTime
日期时间类型,日期时间
范例
millisecond:=MilliSecondOfTheMonth(strtodatetime('2011-01-22 10:00:00'));
return millisecond; //输出: 1850400000
参考
TDateTime
MilliSecondOf
WeekOfTheMonth
DayOfTheMonth
HourOfTheMonth
MinuteOfTheMonth
SecondOfTheMonth
相关
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