IIsolatedStorageFile.GetLastWriteTimeAsync(String) Method

Definition

For internal use by the Xamarin.Forms platform.

public System.Threading.Tasks.Task<DateTimeOffset> GetLastWriteTimeAsync (string path);
abstract member GetLastWriteTimeAsync : string -> System.Threading.Tasks.Task<DateTimeOffset>

Parameters

path
System.String

For internal use by the Xamarin.Forms platform.

Returns

System.Threading.Tasks.Task<System.DateTimeOffset>

For internal use by the Xamarin.Forms platform.

Applies to