Info
Version: | 1.0.0 |
Author(s): | J.C. Tedjaatmadja |
Last Update: | Friday, January 15, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/TijdNaarTekst.Net |
Install
Install-Package TijdNaarTekst.Net
dotnet add package TijdNaarTekst.Net
paket add TijdNaarTekst.Net
TijdNaarTekst.Net Download (Unzip the "nupkg" after downloading)
Example:
- 23:59 will be translated to "een voor twaalf".
- 00:15 will be translated to "kwart over twaalf".
- 09:27 will be translated to "drie voor half tien".
Usage:
Console.WriteLine(DateTime.Now.ToNLText());.