System.StdConvs.tuDateTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

tuDateTime: TConvType;

C++

extern DELPHI_PACKAGE System::Convutils::TConvType tuDateTime;

Properties

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

Description

The tuDateTime variable represents the conversion type for date time.

Use tuDateTime to convert from another measurement unit to date time.

Note: Do not change the value of tuDateTime. tuDateTime contains a handle obtained by a call to RegisterConversionType. Changing the value of tuDateTime will make time conversions not work properly.

See Also