RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXSDuration.DecimalSecond Property

Indicates the number of seconds, including fractional seconds, in the duration.

Pascal
property DecimalSecond: Double;
C++
__property Double DecimalSecond;

Use the DecimalSecond property to determine the size of the duration with a granularity finer than the Seconds property provides. DecimalSecond represents the number of seconds in the duration (above and beyond the years, months, days, hours and minutes represented by the other TXSDuration properties), including any fractional seconds. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!