\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.C1Zip Namespace / C1ZipEntryCollection Class / Add Method / Add(Stream,String,DateTime) Method

In This Topic
    Add(Stream,String,DateTime) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Add( _
       ByVal stream As System.IO.Stream, _
       ByVal entryName As System.String, _
       ByVal dateTime As System.Date _
    ) 
    public void Add( 
       System.IO.Stream stream,
       System.string entryName,
       System.DateTime dateTime
    )

    Parameters

    stream
    entryName
    dateTime
    See Also