FileDaterSavedDate Property
Gets a saved date.
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual DateTime this[
DateAttribute dateAttributes
] { get; }
Public Overridable ReadOnly Property SavedDate (
dateAttributes As DateAttribute
) As DateTime
Get
Dim instance As FileDater
Dim dateAttributes As DateAttribute
Dim value As DateTime
value = instance.SavedDate(dateAttributes)
abstract SavedDate : DateTime with get
override SavedDate : DateTime with get
No code example is currently available or this language may not be supported.
- dateAttributes DateAttribute
-
The type of date to retrieve.
DateTime
The date.