UmbracoDayOfWeek 15.0.16

dotnet add package UmbracoDayOfWeek --version 15.0.16
                    
NuGet\Install-Package UmbracoDayOfWeek -Version 15.0.16
                    
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="UmbracoDayOfWeek" Version="15.0.16" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="UmbracoDayOfWeek" Version="15.0.16" />
                    
Directory.Packages.props
<PackageReference Include="UmbracoDayOfWeek" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add UmbracoDayOfWeek --version 15.0.16
                    
#r "nuget: UmbracoDayOfWeek, 15.0.16"
                    
#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.
#:package UmbracoDayOfWeek@15.0.16
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=UmbracoDayOfWeek&version=15.0.16
                    
Install as a Cake Addin
#tool nuget:?package=UmbracoDayOfWeek&version=15.0.16
                    
Install as a Cake Tool

Umbraco DayOfWeek custom property editor.

A simple dropdown property editor for content editors to select a day of the week, with configurable start day options.

It is based on .net's DayOfWeek Enum.

Features

  • Dropdown UI for selecting a day of the week.
  • Configurable start day (e.g., Monday as the first day instead of Sunday).
  • Easy integration into your .NET application.

Usage

By default the dropdown's first day will be Monday.

Default start day

When saving the day a value converter will take care of the database entry, as it is stored as a numeric value.

Model.value for the week days example

Configuration

You can change the start day in the dropdown via the settings in the datatype: Configuration to change start day of the week

Changing which day the week starts of with to Friday

The result of changing the start of week to Friday:

Result of changing the start day of the week to Friday

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
15.0.16 130 2/10/2025
15.0.14 99 2/10/2025
15.0.11 118 2/7/2025
15.0.10 110 2/3/2025
15.0.9 107 2/3/2025
15.0.8 112 2/3/2025
13.0.3 110 1/13/2025
13.0.2 90 1/13/2025
1.0.0 113 1/10/2025