Daylight PropertyStandard Designation Property
This is used to get or set the standard time designation (i.e. PST, EST)
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? StandardDesignation { get; set; }VB
Public Property StandardDesignation As String
Get
SetC++
public:
property String^ StandardDesignation {
String^ get ();
void set (String^ value);
}F#
member StandardDesignation : string with get, set