Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets the date and time when the file was last accessed.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)
Syntax
'Declaration
Public ReadOnly Property LastAccessTime As DateTime
Get
'Usage
Dim instance As FileData
Dim value As DateTime
value = instance.LastAccessTime
public DateTime LastAccessTime { get; }
public:
property DateTime LastAccessTime {
DateTime get ();
}
member LastAccessTime : DateTime
function get LastAccessTime () : DateTime
Property Value
Type: System.DateTime
The date and time when the file was last accessed.