System.StdConvs.tuJulianDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

tuJulianDate: TConvType;

C++

extern DELPHI_PACKAGE System::Convutils::TConvType tuJulianDate;

Properties

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

Description

The tuJulianDate variable represents the conversion type for Julian date.

Use tuJulianDate to convert from another measurement unit to Julian date.

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

See Also