Gets or sets the creation time attribute of the item.
            
    Namespace: 
   Rebex.IO.Compression
    Assembly:
   Rebex.Zip (in Rebex.Zip.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public MustOverride Property CreationTime As Nullable(Of DateTime) Get Set | 
| C# | 
|---|
| public abstract Nullable<DateTime> CreationTime { get; set; } | 
 
     
     
     
     
    