System.DateUtils.TTimeZone.IsInvalidTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsInvalidTime(const ADateTime: TDateTime): Boolean; inline;

C++

bool __fastcall IsInvalidTime(const System::TDateTime ADateTime);

Properties

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

Description

Checks whether the given local date and time is invalid.

The IsInvalidTime method checks whether the given local date and time is invalid (situated within the limbo hours).