System.StdConvs.tuMilliSeconds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

tuMilliSeconds: TConvType;

C++

extern DELPHI_PACKAGE System::Convutils::TConvType tuMilliSeconds;

Properties

Type Visibility Source Unit Parent
variable public
System.StdConvs.pas
System.StdConvs.hpp
System.StdConvs System.StdConvs

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.

See Also