Click or drag to resize

IProjectItemLastChangeTimeUtc Property

Gets the time this project item was last modified (in universal time UTC).

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
DateTime LastChangeTimeUtc { get; }

Property Value

DateTime
The UTC modified time of the project item.
See Also