StorageItemPropertiesDateModified Property

Gets the date and time of the last time the file was modified.

Definition

Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public DateTimeOffset? DateModified { get; }

Property Value

NullableDateTimeOffset

Remarks

Can be null if property is not available.

See Also