System.SysUtils.TFormatSettings.TEraInfo

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
record
struct
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TFormatSettings


説明

TEraInfo は、カレンダー年代 を定義します。