Sprocket.Text.Ascii.Calendar 1.0.0

dotnet add package Sprocket.Text.Ascii.Calendar --version 1.0.0
NuGet\Install-Package Sprocket.Text.Ascii.Calendar -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Sprocket.Text.Ascii.Calendar" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sprocket.Text.Ascii.Calendar --version 1.0.0
#r "nuget: Sprocket.Text.Ascii.Calendar, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Sprocket.Text.Ascii.Calendar as a Cake Addin
#addin nuget:?package=Sprocket.Text.Ascii.Calendar&version=1.0.0

// Install Sprocket.Text.Ascii.Calendar as a Cake Tool
#tool nuget:?package=Sprocket.Text.Ascii.Calendar&version=1.0.0

Sprocket.Text.Ascii.Calendar.dll v1.0.0 API documentation

Created by David Pullin

Readme Last Updated on 05.02.2021

The full API can be found at https://ict-man.me/sprocket/api/Sprocket.Text.Ascii.html

Licence GPL-3.0

<br>

Summary

Ascii Calendar generates a month to view calendar using plain text characters.

Options all you to: -

  • Specify the start day of the week.
  • Set alternative day of the week names.
  • Specifiy the cell size to be used used.
  • Turn off the row separator between weeks.

<br>

Examples

Namespace: Sprocket.Text.Ascill

Example with default field delimiters

<pre><code> var c = new Calendar(); c.CellWidth = 8; c.CellHeight = 1; string s = c.Render(new DateTime(1980, 02, 23));

|    Mon |    Tue |    Wed |    Thu |    Fri |    Sat |    Sun |
|--------|--------|--------|--------|--------|--------|--------|
|        |        |        |        |      1 |      2 |      3 |
|--------|--------|--------|--------|--------|--------|--------|
|      4 |      5 |      6 |      7 |      8 |      9 |     10 |
|--------|--------|--------|--------|--------|--------|--------|
|     11 |     12 |     13 |     14 |     15 |     16 |     17 |
|--------|--------|--------|--------|--------|--------|--------|
|     18 |     19 |     20 |     21 |     22 |     23 |     24 |
|--------|--------|--------|--------|--------|--------|--------|
|     25 |     26 |     27 |     28 |     29 |        |        |
|--------|--------|--------|--------|--------|--------|--------|

</code></pre>

Using a longer CellWidth will display the full day's name. Day names displayed will be dependant on your locale unless you use overwrite them.

<br>

Calendar Class

Namespace: Sprocket.Text.Ascii

Properties

Name Type Default Summary
CellWidth int 15 Width, in characters, of each cell
CellHeight int 5 Height, in characters, of each cell
DayOfWeekNamesLong string[] As per your locale Holds the full names of the days of the week. Change this to use alternative names.
DayOfWeekNamesShort string[] As per your locale Holds the short names of days of the week. Change this to use alternative names.
RenderWeekRowSeparators bool true Enables the drawing of the line underneath each week.
WeekStartsOnDay DayOfWeek Monday The start day of the week.
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net5.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 357 2/6/2021