Skip to content

Commit 3bddc79

Browse files
Merge pull request #1971 from dpaulino/patch-1
Changing DateTime to DateTimeOffset for clarity
2 parents c0b0584 + 714ba89 commit 3bddc79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows-apps-src/design/app-settings/store-and-retrieve-app-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Here are data types you can use for app settings:
2828
- **UInt8**, **Int16**, **UInt16**, **Int32**, **UInt32**, **Int64**, **UInt64**, **Single**, **Double**
2929
- **Boolean**
3030
- **Char16**, **String**
31-
- [**DateTime**](https://docs.microsoft.com/uwp/api/Windows.Foundation.DateTime), [**TimeSpan**](https://docs.microsoft.com/uwp/api/Windows.Foundation.TimeSpan)
31+
- [**DateTimeOffset**](https://docs.microsoft.com/dotnet/api/system.datetimeoffset?view=dotnet-uwp-10.0), [**TimeSpan**](https://docs.microsoft.com/dotnet/api/system.timespan?view=dotnet-uwp-10.0)
3232
- **GUID**, [**Point**](https://docs.microsoft.com/uwp/api/Windows.Foundation.Point), [**Size**](https://docs.microsoft.com/uwp/api/Windows.Foundation.Size), [**Rect**](https://docs.microsoft.com/uwp/api/Windows.Foundation.Rect)
3333
- [**ApplicationDataCompositeValue**](https://docs.microsoft.com/uwp/api/Windows.Storage.ApplicationDataCompositeValue): A set of related app settings that must be serialized and deserialized atomically. Use composite settings to easily handle atomic updates of interdependent settings. The system ensures the integrity of composite settings during concurrent access and roaming. Composite settings are optimized for small amounts of data, and performance can be poor if you use them for large data sets.
3434

0 commit comments

Comments
 (0)