Skip to content

Commit a4fdc89

Browse files
authored
changed files by pdets auto publish service, publishid[d7dc0f3c-8f30-400a-bcc2-5a4f6b90e8dd] and do [publish].
1 parent 9f9662a commit a4fdc89

11 files changed

+29
-29
lines changed

learn-pr/wwl-azure/get-started-with-dates-times-time-zones/1-introduction.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
### YamlMime:ModuleUnit
22
uid: learn.wwl.get-started-with-dates-times-time-zones.introduction
3-
title: Introduction to Handling Date and Time in C#
3+
title: Introduction to handling date and time in C#
44
metadata:
5-
title: Introduction to Handling Date and Time in C#
5+
title: Introduction to handling date and time in C#
66
description: "Learn how to handle date and time effectively in C# applications, focusing on scheduling and logging across time zones."
7-
ms.date: 03/21/2025
7+
ms.date: 03/24/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
### YamlMime:ModuleUnit
22
uid: learn.wwl.get-started-with-dates-times-time-zones.examine-csharp-date-time
3-
title: Examine C# Classes for Date, Time, and Time Zones.
3+
title: Examine C# classes for date, time, and time zones
44
metadata:
5-
title: Examine C# Classes for Date, Time, and Time Zones.
6-
description: "Learn about the various classes and methods that allow you to represent, manipulate, and display date , time, and time zone values effectively."
7-
ms.date: 03/21/2025
5+
title: Examine C# classes for date, time, and time zones
6+
description: "Learn about the various classes and methods that allow you to represent, manipulate, and display date, time, and time zone values effectively."
7+
ms.date: 03/24/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit
@@ -16,12 +16,12 @@ quiz:
1616
questions:
1717
- content: "Which class in C# would be most suitable for calculating the length of events or breaks?"
1818
choices:
19-
- content: "The `DateTime` class."
19+
- content: "The `DateTime` class"
2020
isCorrect: false
2121
explanation: "Incorrect. While the `DateTime` class can represent specific points in time, it isn't primarily used for representing durations or intervals."
22-
- content: "The `TimeZoneInfo` class."
22+
- content: "The `TimeZoneInfo` class"
2323
isCorrect: false
2424
explanation: "Incorrect. The `TimeZoneInfo` class is used for converting times between different time zones, not for representing durations or intervals."
25-
- content: "The `TimeSpan` class."
25+
- content: "The `TimeSpan` class"
2626
isCorrect: true
2727
explanation: "Correct. The `TimeSpan` class represents durations or intervals, making it useful for calculating the length of events or breaks."

learn-pr/wwl-azure/get-started-with-dates-times-time-zones/3-implement-date-time-classes.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
### YamlMime:ModuleUnit
22
uid: learn.wwl.get-started-with-dates-times-time-zones.implement-date-time-classes
3-
title: Implement Date and Time Classes in C#
3+
title: Implement date and time classes in C#
44
metadata:
5-
title: Implement Date and Time Classes in C#
5+
title: Implement date and time classes in C#
66
description: "Learn about C# classes like DateOnly, TimeOnly, DateTime, DateTimeOffset, TimeZoneInfo, and TimeSpan for handling date and time."
7-
ms.date: 03/21/2025
7+
ms.date: 03/24/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/get-started-with-dates-times-time-zones/4-use-csharp-datetimeoffset-timezoneinfo-timespan-class-methods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Use DateTimeOffset, TimeZoneInfo, and TimeSpan in C#
44
metadata:
55
title: Use DateTimeOffset, TimeZoneInfo, and TimeSpan in C#
66
description: "Explore methods for handling date and time with offsets, time zone conversions, and intervals in .NET applications."
7-
ms.date: 03/21/2025
7+
ms.date: 03/24/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/get-started-with-dates-times-time-zones/5-apply-csharp-dayofweek-cultureinfo-calendar-calendarweekrule-class-methods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Apply DayOfWeek, CultureInfo, Calendar, and CalendarWeekRule in C#
44
metadata:
55
title: Apply DayOfWeek, CultureInfo, Calendar, and CalendarWeekRule in C#
66
description: "Learn to handle culture-specific data, calendar operations, and day-of-week manipulations in .NET applications."
7-
ms.date: 03/21/2025
7+
ms.date: 03/24/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/get-started-with-dates-times-time-zones/6-exercise-example.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
### YamlMime:ModuleUnit
22
uid: learn.wwl.get-started-with-dates-times-time-zones.exercise-example
3-
title: 'Exercise: Dates, Times, and Time Zones in C#'
3+
title: 'Exercise: Dates, times, and time zones in C#'
44
metadata:
5-
title: 'Exercise: Dates, Times, and Time Zones in C#'
5+
title: 'Exercise: Dates, times, and time zones in C#'
66
description: "Exercise: Implement dates, times and time zone solutions in using C#."
7-
ms.date: 03/21/2025
7+
ms.date: 03/24/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/get-started-with-dates-times-time-zones/7-knowledge-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Knowledge check
44
metadata:
55
title: Knowledge check
66
description: "Knowledge check"
7-
ms.date: 03/21/2025
7+
ms.date: 03/24/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit
@@ -14,7 +14,7 @@ content: |
1414
quiz:
1515
title: "Check your knowledge"
1616
questions:
17-
- content: "Which class in C# would you use to represent a specific time of day without a date?"
17+
- content: "Which class in C# is used to represent a specific time of day without a date?"
1818
choices:
1919
- content: "DateOnly"
2020
isCorrect: false
@@ -25,7 +25,7 @@ quiz:
2525
- content: "DateTime"
2626
isCorrect: false
2727
explanation: "Incorrect. The DateTime class represents both date and time, not just a specific time of day."
28-
- content: "You need to schedule a meeting that accounts for different time zones. Which class should you use?"
28+
- content: "Which class is used to schedule a meeting that accounts for different time zones?"
2929
choices:
3030
- content: "DateTime"
3131
isCorrect: false

learn-pr/wwl-azure/get-started-with-dates-times-time-zones/8-summary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ uid: learn.wwl.get-started-with-dates-times-time-zones.summary
33
title: Summary
44
metadata:
55
title: Summary
6-
description: "Summary."
7-
ms.date: 03/21/2025
6+
description: "Summary"
7+
ms.date: 03/24/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/get-started-with-dates-times-time-zones/includes/4-use-csharp-datetimeoffset-timezoneinfo-timespan-class-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
In this learning unit, you explore how to use various methods of the DateTimeOffset, TimeZoneInfo, and TimeSpan classes in a .NET application using Visual Studio Code. These classes are essential for handling date and time information accurately and efficiently in your applications.
22

3-
## Date and Time with offsets, zone conversions, and interval samples
3+
## Date and time with offsets, zone conversions, and interval samples
44

55
### DateTimeOffset methods
66

learn-pr/wwl-azure/get-started-with-dates-times-time-zones/includes/8-summary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ After completing this module, you're now able to:
77
- Utilize `DayOfWeek`, `CultureInfo`, `Calendar`, and `CalendarWeekRule` for culture-specific operations and date calculations.
88
- Implement these classes in .NET applications using Visual Studio Code to manage date and time data effectively.
99

10-
Further Reading:
10+
## Further reading
1111

1212
- [Microsoft Documentation on Date and Time in .NET](/dotnet/standard/datetime/)
13-
- [Handling Time Zones in .NET](/dotnet/standard/datetime/handling-time-zones)
13+
- [Use time zones in date and time arithmetic](/dotnet/standard/datetime/use-time-zones-in-arithmetic)
1414
- [Globalization and Localization in .NET](/dotnet/standard/globalization-localization/)

0 commit comments

Comments
 (0)