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 (24.3.0.1000)
Syntax public 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:
DateTimeSee Also