System.DateUtils.ELocalTimeInvalid
Error: Image is invalid or non-existent.
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.