Click or drag to resize

IStorageSetElementTimes Method

Sets the timestamps of a storage element.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void SetElementTimes(
	string pwcsName,
	FILETIME pctime,
	FILETIME patime,
	FILETIME pmtime
)

Parameters

pwcsName  String
The name of the element whose timestamps are set.
pctime  FILETIME
The new creation time.
patime  FILETIME
The new access time.
pmtime  FILETIME
The new modification time.
See Also