System.StdConvs.tuWeeks

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

tuWeeks: TConvType;

C++

extern DELPHI_PACKAGE System::Convutils::TConvType tuWeeks;

Properties

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

Description

The tuWeeks variable represents the conversion type for weeks.

Use tuWeeks to convert from another measurement unit to weeks.

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

See Also