RDate PropertyPeriod Value Property
This is used to get or set the value as a Period object
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
If retrieved while formatted as a date/time, the duration will be zero. If set to a period, the value format is forced to period.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public Period PeriodValue { get; set; }VB
Public Property PeriodValue As Period
Get
SetC++
public:
property Period^ PeriodValue {
Period^ get ();
void set (Period^ value);
}F#
member PeriodValue : Period with get, setProperty Value
PeriodIf retrieved while formatted as a date/time, the duration will be zero. If set to a period, the value format is forced to period.