Info
Version: | 1.0.1 |
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 |
Install
Install-Package TijdNaarTekst
dotnet add package TijdNaarTekst
paket add TijdNaarTekst
TijdNaarTekst Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.NETCore.App(>= 1.0.5)
Tags
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());.