RedisDayOfWeek Enum

Definition

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

As a convenience, 'Everyday' is also accepted and means the same as specifying all days of the week.

Weekend 8

As a convenience, 'Weekend' is also accepted and means the same as specifying Saturday and Sunday.

Applies to