-
Notifications
You must be signed in to change notification settings - Fork 0
DiGi.EPW.Constants
github-actions[bot] edited this page Jul 15, 2026
·
2 revisions
Provides constant values for supported file extensions.
public static class FileExtensionInheritance System.Object → FileExtension
The file extension for EPW files.
public const string EPWFile = "epw";Provides constant definitions for header names used across the application.
public static class HeaderNameInheritance System.Object → HeaderName
The header name representing the first comments record.
public const string Comments1 = "COMMENTS 1";The header name representing the second comments record.
public const string Comments2 = "COMMENTS 2";The header name representing the data periods information.
public const string DataPeriods = "DATA PERIODS";The header name representing the design conditions information.
public const string DesignConditions = "DESIGN CONDITIONS";The header name representing the ground temperatures information.
public const string GroundTemperatures = "GROUND TEMPERATURES";The header name representing the holidays/daylight savings information.
public const string HolidaysDaylightSavings = "HOLIDAYS/DAYLIGHT SAVINGS";The header name representing the location information.
public const string Location = "LOCATION";The header name representing the typical/extreme periods information.
public const string TypicalExtremePeriods = "TYPICAL/EXTREME PERIODS";