System.SysUtils.TFormatSettings.TEraInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TEraInfo = record

C++

struct DECLSPEC_DRECORD TEraInfo
{
public:
    System::UnicodeString EraName;
    int EraOffset;
    System::TDate EraStart;
    System::TDate EraEnd;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TFormatSettings

Description

TEraInfo defines a calendar era.