RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXSCustomDateTime.Millisecond Property

Indicates the Millisecond of the second that the object represents.

Pascal
property Millisecond: Word;
C++
__property Word Millisecond;

Use Millisecond to get or set the millisecond portion of the date-and-time value. Valid Millisecond values are 1 through 59.

Note: Millisecond values are not used by TXSDuration.
Note: You can also use the FractionalSeconds property to obtain fractional portions of the seconds. Unlike Millisecond, which gives the value in milliseconds, FractionalSeconds returns a fraction of a second.
 

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