Method PropertyCalendar Method Property
This property is used to set or get the calendar method value
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Setting this parameter to Other sets the OtherMethod to X-UNKNOWN if not already set to something else. It is set to null if set to any other calendar method.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public CalendarMethod CalendarMethod { get; set; }VB
Public Property CalendarMethod As CalendarMethod
Get
SetC++
public:
property CalendarMethod CalendarMethod {
CalendarMethod get ();
void set (CalendarMethod value);
}F#
member CalendarMethod : CalendarMethod with get, setProperty Value
CalendarMethodSetting this parameter to Other sets the OtherMethod to X-UNKNOWN if not already set to something else. It is set to null if set to any other calendar method.