CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
zip_entry_timestamp.h
1#ifndef _aspose_zip_zip_entry_timestamp_h_
2#define _aspose_zip_zip_entry_timestamp_h_
3
4#include <system/enum_helpers.h>
5
6namespace Aspose { namespace Zip {
7
8// An enum that specifies the type of timestamp available on the ZipEntry.
9
10enum class ZipEntryTimestamp
11{
12 None = 0,
13 DOS = 1,
14 Windows = 2,
15 Unix = 4,
16 InfoZip1 = 8
17};
18
21DECLARE_ENUM_OPERATORS(Aspose::Zip::ZipEntryTimestamp);
23DECLARE_USING_GLOBAL_OPERATORS
25}} // namespace Aspose::Zip
26
28DECLARE_USING_ENUM_OPERATORS(Aspose::Zip);
29
30#endif // _aspose_zip_zip_entry_timestamp_h_
31
@ Unix
The Unix local to host the address family.