Skip to content

Commit 94db62e

Browse files
committed
Changes committed
1 parent 579cf05 commit 94db62e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

uwp/Calculator/Memory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Memory in UWP Calculator control | Syncfusion®
4-
description: Learn here all about Memory support in Syncfusion UWP Calculator (SfCalculator) control and more.
4+
description: Discover Memory support in Syncfusion® UWP Calculator (SfCalculator) control, including key features, usage, and more.
55
platform: uwp
66
control: SfCalculator
77
documentation: ug

uwp/Calculator/Value.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Value in UWP Calculator control | Syncfusion®
4-
description: Learn here all about Value support in Syncfusion UWP Calculator (SfCalculator) control and more.
4+
description: Explore Value support in Syncfusion® UWP Calculator (SfCalculator) control, including key features, usage, and more.
55
platform: uwp
66
control: SfCalculator
77
documentation: ug

uwp/DatePicker/Footer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Footer in UWP DatePicker control | Syncfusion®
4-
description: Learn here all about Footer support in Syncfusion UWP DatePicker (SfDatePicker) control and more.
4+
description: Explore Footer support in Syncfusion® UWP DatePicker (SfDatePicker) control, including key features, customization options, and more.
55
platform: uwp
66
control: SfDatePicker
77
documentation: ug

uwp/DatePicker/Formatting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The SfDatePicker control allows the user to format the display text in various w
1515

1616
The FormatString property determines the format specifier by which the display text has to be formatted.
1717

18-
The following code sample shows how to create a date picker with a [month day pattern](http://msdn.microsoft.com/en-us/library/system.globalization.datetimeformatinfo.monthdaypattern(v=vs.71).aspx):
18+
The following code sample shows how to create a date picker with a [month day pattern](https://learn.microsoft.com/en-us/dotnet/api/system.globalization.datetimeformatinfo.monthdaypattern?view=net-9.0&redirectedfrom=MSDN#System_Globalization_DateTimeFormatInfo_MonthDayPattern):
1919

2020
{% tabs %}
2121

@@ -96,4 +96,4 @@ sfdatePicker.SelectorFormatString = "M"
9696
![Features_img2](Features_images/Features_img2.png)
9797

9898

99-
N> A detailed explanation of standard date time formatting is available [here](http://msdn.microsoft.com/en-us/library/az4se3k1(v=vs.71).aspx). The result string produced by these format specifiers are influenced by the settings in the Regional Options control panel. Computers with different cultures or different date and time settings will generate different result strings.
99+
N> A detailed explanation of standard date time formatting is available [here](https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-1.1/az4se3k1(v=vs.71)?redirectedfrom=MSDN). The result string produced by these format specifiers are influenced by the settings in the Regional Options control panel. Computers with different cultures or different date and time settings will generate different result strings.

0 commit comments

Comments
 (0)