DateCreated Property
Gets the date and time that the current folder was created.
Definition
Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public DateTimeOffset? DateCreated { get; }
Public ReadOnly Property DateCreated As DateTimeOffset?
Get
member DateCreated : Nullable<DateTimeOffset> with get
Property Value
Remarks
Can be null if property is not available.
See Also
Reference
StorageItemProperties Class
Avalonia.Platform.Storage Namespace