System.SysUtils.TFormatSettings.TEraInfo
Delphi
      TEraInfo = record
        EraName: string;
        EraOffset: Integer;
        EraStart: TDate;
        EraEnd: TDate;
      end;
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.