StdConvs.tuMilliSeconds
From RAD Studio VCL Reference
Contents |
Delphi Information
From StdConvs.pas
tuMilliSeconds: TConvType
Unit: StdConvs
Type: variable
C++ Information
From StdConvs.hpp
unsigned short tuMilliSeconds;
Unit: StdConvs
Type: variable
Description
The tuMilliSeconds variable represents the conversion type for milliseconds.
Use tuMilliSeconds to convert from another measurement unit to milliseconds.
Note: Do not change the value of tuMilliSeconds. tuMilliSeconds contains a handle obtained by a call to RegisterConversionType. Changing the value of tuMilliSeconds will make time conversions not work properly.