Daylight PropertyDaylight Designation Property
This is used to get or set the daylight saving time designation (i.e. PDT, EDT)
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public string? DaylightDesignation { get; set; }VB
Public Property DaylightDesignation As String
Get
SetC++
public:
property String^ DaylightDesignation {
String^ get ();
void set (String^ value);
}F#
member DaylightDesignation : string with get, set