Calendar ObjectWrite To Stream(Text Writer) Method
This can be used to write a calendar object to a PDI data stream
Definition
Namespace: EWSoftware.PDI.Objects
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 void WriteToStream(
TextWriter tw
)VB
Public Sub WriteToStream (
tw As TextWriter
)C++
public:
void WriteToStream(
TextWriter^ tw
)F#
member WriteToStream :
tw : TextWriter -> unit Parameters
- tw TextWriter
- A TextWriter derived class to which the calendar object is written.
Remarks
This is called by ToString as well as owning objects when they convert
themselves to a string or write themselves to a PDI data stream.