Method PropertyOther Method Property
This property is used to set or get the calendar method string when the method is set to Other
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Setting this parameter automatically sets the CalendarMethod property to Other.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public string? OtherMethod { get; set; }VB
Public Property OtherMethod As String
Get
SetC++
public:
property String^ OtherMethod {
String^ get ();
void set (String^ value);
}F#
member OtherMethod : string with get, setProperty Value
StringSetting this parameter automatically sets the CalendarMethod property to Other.