IStreamStorage<TKey>::GetTimestamp Method (TKey, TimestampKind)

Visual Studio 2015
 

Gets the timestamp for an existing Stream in the storage.

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

DateTime GetTimestamp(
	TKey key,
	TimestampKind kind
)

Parameters

key
Type: TKey

The key of the existing stream.

kind
Type: Microsoft.VisualStudio.Utilities::TimestampKind

The kind of timestamp to return.

Return Value

Type: System::DateTime

The timestamp.

Return to top
Show: