System.DateUtils.TTimeZone.GetLocalTimeType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetLocalTimeType(const ADateTime: TDateTime): TLocalTimeType; inline;

C++

TLocalTimeType __fastcall GetLocalTimeType(const System::TDateTime ADateTime);

Properties

Type Visibility Source Unit Parent
function public
System.DateUtils.pas
System.DateUtils.hpp
System.DateUtils TTimeZone

Description

Returns the type of a given date and time in the current time zone.

Call GetLocalTimeType to get the type of a given date and time in the current time zone.

See Also