CompareViewModelLocalCreationDate Property |
IT Hit User File System
Creation date of the local file.
Namespace:
THit.FileSystem.Windows.WinUI.ViewModels
Assembly:
ITHit.FileSystem.Windows.WinUI (in ITHit.FileSystem.Windows.WinUI.dll) Version: 9.0.29481.0-Beta
Syntaxpublic string LocalCreationDate { get; set; }
Public Property LocalCreationDate As String
Get
Set
public:
property String^ LocalCreationDate {
String^ get ();
void set (String^ value);
}
member LocalCreationDate : string with get, set
Property Value
Type:
String
See Also