System.SysUtils.TFormatSettings.TEraInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

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;
};

Propriétés

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


Description

TEraInfo définit une ère calendaire.