Show / Hide Table of Contents

Enum ZipEntryFactory.TimeSetting

Defines the possible values to be used for the DateTime.

Namespace: ICSharpCode.SharpZipLib.Zip
Assembly: ICSharpCode.SharpZipLib.dll
Syntax
public enum TimeSetting

Fields

Name Description
CreateTime

Use the recorded CreateTime value for the file.

CreateTimeUtc

Use the recorded CreateTimeUtc value for the file.

Fixed

Use a fixed value.

LastAccessTime

Use the recorded LastAccessTime value for the file.

LastAccessTimeUtc

Use the recorded LastAccessTimeUtc value for the file.

LastWriteTime

Use the recorded LastWriteTime value for the file.

LastWriteTimeUtc

Use the recorded LastWriteTimeUtc value for the file

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2000-2022 SharpZipLib Contributors