다음을 통해 공유


IFsrmPropertyBag.LastModificationTime Property

 

Gets the date and time of when the file was last modified.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

object LastModificationTime { get; }
property Object^ LastModificationTime {
    Object^ get();
}
abstract LastModificationTime : Object with get
ReadOnly Property LastModificationTime As Object

Property Value

Type: System.Object

Returns a Object containing the date and time that the file was last modified. The variant is of type VT_DATE. Query the date member of the variant to access the date. The value is in FILETIME format.

See Also

IFsrmPropertyBag Interface
Microsoft.Storage Namespace

Return to top