FileSystemEntryLastModifiedTime Property  | 
 
            Gets the time, in coordinated universal time (UTC), at which the entry was last modified.
            
 
    Namespace: 
   Dundas.BI.FileSystem
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic DateTime LastModifiedTime { get; }Public ReadOnly Property LastModifiedTime As DateTime
	Get
public:
virtual property DateTime LastModifiedTime {
	DateTime get () sealed;
}abstract LastModifiedTime : DateTime with get
override LastModifiedTime : DateTime with get
Property Value
Type: 
DateTime
See Also