IStreamStorage<TKey>::SetTimestamp Method (TKey, TimestampKind, DateTime)
Visual Studio 2015
Sets the timestamp for an existing Stream in the storage.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
Parameters
- key
-
Type:
TKey
The key of the existing stream.
- kind
-
Type:
Microsoft.VisualStudio.Utilities::TimestampKind
The kind of timestamp to set.
- timestamp
-
Type:
System::DateTime
The timestamp to set on the stream.
Show: