RedisDayOfWeek Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Day of the week when a cache can be patched.
public enum RedisDayOfWeek
type RedisDayOfWeek =
Public Enum RedisDayOfWeek
- Inheritance
-
RedisDayOfWeek
Fields
Name | Value | Description |
---|---|---|
Monday | 0 | Monday. |
Tuesday | 1 | Tuesday. |
Wednesday | 2 | Wednesday. |
Thursday | 3 | Thursday. |
Friday | 4 | Friday. |
Saturday | 5 | Saturday. |
Sunday | 6 | Sunday. |
Everyday | 7 | Everyday. |
Weekend | 8 | Weekend. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET