Hergine Richemont

Learning just for the fun of it

Tag: DateTime in C#

  • C# Track, Exercism #44 Beauty Salon Goes Global

    C# Track, Exercism #44 Beauty Salon Goes Global

    Relevant link Github solution: exercism-solutions/beauty-salon-goes-global Exercism #43: Beauty Salon Goes Global Learning Goal Time | Timezone Relevant Information In .NET, the concept of time is primarily represented by the DateTime struct. It provides functionality for working with dates and times, including converting between local time and UTC. Time-based calculations and arithmetic can be performed using the TimeSpan…