TimestampKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the kind of timestamp.
public enum class TimestampKind
public enum class TimestampKind
enum TimestampKind
public enum TimestampKind
type TimestampKind =
Public Enum TimestampKind
- Inheritance
-
TimestampKind
Fields
Name | Value | Description |
---|---|---|
Creation | 0 | Describes a timestamp the represents the creation time of an object |
LastAccess | 1 | Describes a timestamp the represents the last access time of an object |
LastWrite | 2 | Describes a timestamp the represents the last write time of an object |