TimestampKind Enumeration

Visual Studio 2015
 

Describes the kind of timestamp.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public enum TimestampKind

Member nameDescription
Creation

Describes a timestamp the represents the creation time of an object.

LastAccess

Describes a timestamp the represents the last access time of an object.

LastWrite

Describes a timestamp the represents the last write time of an object.

Return to top
Show: