IStreamStorage<TKey>.SetTimestamp(TKey, TimestampKind, DateTime) Method
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.
Sets the timestamp for an existing Stream in the storage.
public:
void SetTimestamp(TKey key, Microsoft::VisualStudio::Utilities::TimestampKind kind, DateTime timestamp);
public void SetTimestamp (TKey key, Microsoft.VisualStudio.Utilities.TimestampKind kind, DateTime timestamp);
abstract member SetTimestamp : 'Key * Microsoft.VisualStudio.Utilities.TimestampKind * DateTime -> unit
Public Sub SetTimestamp (key As TKey, kind As TimestampKind, timestamp As DateTime)
Parameters
- key
- TKey
Key to the existing stream.
- kind
- TimestampKind
The kind of timestamp to set
- timestamp
- DateTime
The timestamp to set on the stream