QuickOPC User's Guide and Reference
LastModifiedDateTime Property



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Extensions.FileProviders Namespace > FileSystemNodeTreePosition Class : LastModifiedDateTime Property
Gets when the file or directory was last modified (in UTC), represented as a DateTime object.
Syntax
'Declaration
 
<ColumnDisplayAttribute(MaximumWidth=22, RefinementRank=2)>
<DefaultValueAttribute("")>
<DisplayAttribute(AutoGenerateField=False, 
   Order=39, 
   ShortName="Last Modified Date&Time")>
Public ReadOnly Property LastModifiedDateTime As Nullable(Of Date)
'Usage
 
Dim instance As FileSystemNodeTreePosition
Dim value As Nullable(Of Date)
 
value = instance.LastModifiedDateTime
[ColumnDisplay(MaximumWidth=22, RefinementRank=2)]
[DefaultValue("")]
[Display(AutoGenerateField=false, 
   Order=39, 
   ShortName="Last Modified Date&Time")]
public Nullable<DateTime> LastModifiedDateTime {get;}
[ColumnDisplay(MaximumWidth=22, RefinementRank=2)]
[DefaultValue("")]
[Display(AutoGenerateField=false, 
   Order=39, 
   ShortName="Last Modified Date&Time")]
public:
property Nullable<DateTime> LastModifiedDateTime {
   Nullable<DateTime> get();
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also