RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXSCustomDateTime.FractionalSeconds Property

Indicates any factional portion of a second beyond the seconds specified in the Second property.

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

Use FractionalSeconds to get or set the fractional seconds of the time value. FractionalSeconds represents the same information as the Millisecond property, but can provide greater precision. 

 

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