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" />
<PackageReference Include="UmbracoDayOfWeek" />
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
#tool nuget:?package=UmbracoDayOfWeek&version=15.0.16
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
When saving the day a value converter will take care of the database entry, as it is stored as a numeric value.
Configuration
You can change the start day in the dropdown via the settings in the datatype:
The result of changing the start of week to Friday:
Product | Versions 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.
-
net9.0
- Umbraco.Cms.Api.Common (>= 15.0.0 && < 15.999.999)
- Umbraco.Cms.Api.Management (>= 15.0.0 && < 15.999.999)
- Umbraco.Cms.Web.Common (>= 15.0.0 && < 15.999.999)
- Umbraco.Cms.Web.Website (>= 15.0.0 && < 15.999.999)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.