StorageItemPropertiesDateModified Property
Gets the date and time of the last time the file was modified.
Namespace: Avalonia.Platform.StorageAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public DateTimeOffset? DateModified { get; }
Public ReadOnly Property DateModified As DateTimeOffset?
Get
member DateModified : Nullable<DateTimeOffset> with get
Property Value
NullableDateTimeOffset
Can be null if property is not available.