PeriodFormat Property
This is used to set the format used when the period is converted to its string format
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
The default is based on how the object is constructed
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public PeriodPeriodFormat Format { get; set; }VB
Public Property Format As PeriodPeriodFormat
Get
SetC++
public:
property PeriodPeriodFormat Format {
PeriodPeriodFormat get ();
void set (PeriodPeriodFormat value);
}F#
member Format : PeriodPeriodFormat with get, setProperty Value
PeriodPeriodFormatThe default is based on how the object is constructed