Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

uwp roaming data sample

ApplicationDataContainer roamingSettings = ApplicationData.Current.RoamingSettings;

roamingSettings.Values["lastViewed"] = DateTime.Now;

var lastViewed = (DateTime)roamingSettings.Values["lastViewed"];
Comment

PREVIOUS NEXT
Code Example
Csharp :: C# checking if a value is a int 
Csharp :: last index for array c# 
Csharp :: example of List c# 
Csharp :: 405 - HTTP verb used to access this page is not allowed 
Csharp :: c# decimal 4 casas decimais 
Csharp :: cread 2-dimensional array in c# 
Csharp :: c# listview add items horizontally 
Csharp :: c# temporary files 
Csharp :: double quotes in a string c# 
Csharp :: select many vs select 
Csharp :: .net core get runtime version 
Csharp :: display image script unity 
Csharp :: page parent wpf 
Csharp :: linq select to list 
Csharp :: count number of specific characters in string c# 
Csharp :: c# new object 
Csharp :: HttpClient .net Core add Certificate 
Csharp :: catch multiple exception c# 
Csharp :: csv to xml using xmldocument c# 
Csharp :: datatable in c# 
Csharp :: action delegate c# 
Csharp :: unity trygetcomponent 
Csharp :: rotate skybox on x axis unity 
Csharp :: unity fast sin 
Csharp :: Count Rows of table using Linq 
Csharp :: fix autofill issue asp.net mvc 
Csharp :: asp.net core 6 get current culture in controller 
Csharp :: sdl quit event not working multiple windows 
Csharp :: mvc remote validation additional table 
Csharp :: delay a function on winform 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =