Skip to content

Commit e4202a6

Browse files
966391: Updated Asp.net UG Documentation
1 parent 17ef714 commit e4202a6

File tree

4 files changed

+12
-20
lines changed

4 files changed

+12
-20
lines changed

ej2-asp-core-mvc/datepicker/EJ2_ASP.MVC/timezone-behavior.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The DatePicker component displays and maintains the selected date value based on
1414

1515
N> if the system time zone is changed dynamically after a value is selected, the DatePicker will **not update or shift** the selected value. The component preserves the original selection, ensuring a stable and reliable user experience.
1616

17-
## `serverTimezoneOffset`
17+
# serverTimezoneOffset
1818

1919
The `serverTimezoneOffset` property allows you to specify the server's time zone offset from UTC in **hours** or **fractional hours**. This is useful when binding values from the server to ensure they are interpreted correctly on the client side.
2020

@@ -29,14 +29,12 @@ N> The `serverTimezoneOffset` property is applicable **only for pre-bound values
2929
{% if page.publishingplatform == "aspnet-core" %}
3030

3131
{% tabs %}
32-
{% highlight cshtml tabtitle="CSHTML" %}
3332
{% include code-snippet/datepicker/timezone-cs1/tagHelper %}
34-
{% endhighlight %}{% endtabs %}
33+
{% endtabs %}
3534

3635
{% elsif page.publishingplatform == "aspnet-mvc" %}
3736

3837
{% tabs %}
39-
{% highlight razor tabtitle="CSHTML" %}
4038
{% include code-snippet/datepicker/timezone-cs1/razor %}
41-
{% endhighlight %}{% endtabs %}
39+
{% endtabs %}
4240
{% endif %}

ej2-asp-core-mvc/datepicker/EJ2_ASP.NETCORE/timezone-behavior.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The DatePicker component displays and maintains the selected date value based on
1414

1515
N> if the system time zone is changed dynamically after a value is selected, the DatePicker will **not update or shift** the selected value. The component preserves the original selection, ensuring a stable and reliable user experience.
1616

17-
## `serverTimezoneOffset`
17+
# serverTimezoneOffset
1818

1919
The `serverTimezoneOffset` property allows you to specify the server's time zone offset from UTC in **hours** or **fractional hours**. This is useful when binding values from the server to ensure they are interpreted correctly on the client side.
2020

@@ -29,14 +29,12 @@ N> The `serverTimezoneOffset` property is applicable **only for pre-bound values
2929
{% if page.publishingplatform == "aspnet-core" %}
3030

3131
{% tabs %}
32-
{% highlight cshtml tabtitle="CSHTML" %}
3332
{% include code-snippet/datepicker/timezone-cs1/tagHelper %}
34-
{% endhighlight %}{% endtabs %}
33+
{% endtabs %}
3534

3635
{% elsif page.publishingplatform == "aspnet-mvc" %}
3736

3837
{% tabs %}
39-
{% highlight razor tabtitle="CSHTML" %}
4038
{% include code-snippet/datepicker/timezone-cs1/razor %}
41-
{% endhighlight %}{% endtabs %}
39+
{% endtabs %}
4240
{% endif %}

ej2-asp-core-mvc/datetimepicker/EJ2_ASP.MVC/timezone-behavior.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The DateTimePicker component displays and maintains the selected date and time v
1414

1515
N> if the system time zone is changed dynamically after a value is selected, the DateTimePicker will **not update or shift** the selected value. The component preserves the original selection, ensuring a stable and reliable user experience.
1616

17-
## `serverTimezoneOffset`
17+
# serverTimezoneOffset
1818

1919
The `serverTimezoneOffset` property allows you to specify the server's time zone offset from UTC in **hours** or **fractional hours**. This is useful when binding values from the server to ensure they are interpreted correctly on the client side.
2020

@@ -29,14 +29,12 @@ N> The `serverTimezoneOffset` property is applicable **only for pre-bound values
2929
{% if page.publishingplatform == "aspnet-core" %}
3030

3131
{% tabs %}
32-
{% highlight cshtml tabtitle="CSHTML" %}
3332
{% include code-snippet/datetimepicker/timezone-cs1/tagHelper %}
34-
{% endhighlight %}{% endtabs %}
33+
{% endtabs %}
3534

3635
{% elsif page.publishingplatform == "aspnet-mvc" %}
3736

3837
{% tabs %}
39-
{% highlight razor tabtitle="CSHTML" %}
4038
{% include code-snippet/datetimepicker/timezone-cs1/razor %}
41-
{% endhighlight %}{% endtabs %}
39+
{% endtabs %}
4240
{% endif %}

ej2-asp-core-mvc/datetimepicker/EJ2_ASP.NETCORE/timezone-behavior.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The DateTimePicker component displays and maintains the selected date and time v
1414

1515
N> if the system time zone is changed dynamically after a value is selected, the DateTimePicker will **not update or shift** the selected value. The component preserves the original selection, ensuring a stable and reliable user experience.
1616

17-
## `serverTimezoneOffset`
17+
# serverTimezoneOffset
1818

1919
The `serverTimezoneOffset` property allows you to specify the server's time zone offset from UTC in **hours** or **fractional hours**. This is useful when binding values from the server to ensure they are interpreted correctly on the client side.
2020

@@ -29,14 +29,12 @@ N> The `serverTimezoneOffset` property is applicable **only for pre-bound values
2929
{% if page.publishingplatform == "aspnet-core" %}
3030

3131
{% tabs %}
32-
{% highlight cshtml tabtitle="CSHTML" %}
3332
{% include code-snippet/datetimepicker/timezone-cs1/tagHelper %}
34-
{% endhighlight %}{% endtabs %}
33+
{% endtabs %}
3534

3635
{% elsif page.publishingplatform == "aspnet-mvc" %}
3736

3837
{% tabs %}
39-
{% highlight razor tabtitle="CSHTML" %}
4038
{% include code-snippet/datetimepicker/timezone-cs1/razor %}
41-
{% endhighlight %}{% endtabs %}
39+
{% endtabs %}
4240
{% endif %}

0 commit comments

Comments
 (0)