Table of Contents

Enum IsoDayOfWeek

Namespace
LfrlAnvil.Chrono
Assembly
LfrlAnvil.Chrono.dll

Represents an ISO 8601 day of week.

public enum IsoDayOfWeek : byte
Extension Methods

Fields

Friday = 5

Represents friday.

Monday = 1

Represents monday.

Saturday = 6

Represents saturday.

Sunday = 7

Represents sunday.

Thursday = 4

Represents thursday.

Tuesday = 2

Represents tuesday.

Unknown = 0

Unknown day of week.

Wednesday = 3

Represents wednesday.