Click or drag to resize

DirectoryItemLastWriteTimeUtc Property

Gets or sets the time, in coordinated universal time (UTC), when the current file or directory was last written to.

Namespace: OpenDiscoverSDK.Interfaces.Platform.Inventory.Legacy
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public DateTime LastWriteTimeUtc { get; set; }

Property Value

DateTime
See Also