System.DateUtils.ELocalTimeInvalid

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectELocalTimeInvalid

Delphi

ELocalTimeInvalid = class(Exception);

C++

class PASCALIMPLEMENTATION ELocalTimeInvalid : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
System.DateUtils.pas
System.DateUtils.hpp
System.DateUtils System.DateUtils

Description

ELocalTimeInvalid is the exception class for invalid local times.

The ELocalTimeInvalid exception is raised whenever a given local time is situated in an invalid period of time, usually when the hour shifts due to the DST (Daylight Savings Time) rules.

See Also