Skip to content

Commit

Permalink
Add info about time and date in C#
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrWachulec committed May 24, 2024
1 parent 9e92efb commit aafb163
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,9 @@ There is an Easter egg for you. But this is about resting, spending time with yo
- [Use Key Vault references as app settings in Azure App Service and Azure Functions](https://learn.microsoft.com/en-us/azure/app-service/app-service-key-vault-references?tabs=azure-cli)
- [GitHub Action: Variables](https://docs.github.com/en/actions/learn-github-actions/variables)
- [Parameters file function for Bicep](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/bicep-functions-parameters-file)
- [TimeOnly.CompareTo Method](https://learn.microsoft.com/en-us/dotnet/api/system.timeonly.compareto?view=net-8.0)
- [Parse date and time strings in .NET](https://learn.microsoft.com/en-us/dotnet/standard/base-types/parsing-datetime)
- [How to use the DateOnly and TimeOnly structures](https://learn.microsoft.com/en-us/dotnet/standard/datetime/how-to-use-dateonly-timeonly)

## Tools

Expand Down

0 comments on commit aafb163

Please sign in to comment.