StorageItemPropertiesDateCreated Property

Gets the date and time that the current folder was created.

Definition

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

Property Value

NullableDateTimeOffset

Remarks

Can be null if property is not available.

See Also