public async Task <DateTimeOffset> GetLastModifiedAsync() { var properties = await NativeItem.GetBasicPropertiesAsync(); return(properties.DateModified); }
public async Task <ulong> GetLengthAsync() { var properties = await NativeItem.GetBasicPropertiesAsync(); return(properties.Size); }