Udostępnij przez


DayOfWeek Struct

Definition

Day of the week.

public readonly struct DayOfWeek : IEquatable<Azure.ResourceManager.NetApp.Models.DayOfWeek>
type DayOfWeek = struct
Public Structure DayOfWeek
Implements IEquatable(Of DayOfWeek)
Inheritance
DayOfWeek
Implements

Constructors

Name Description
DayOfWeek(String)

Initializes a new instance of DayOfWeek.

Properties

Name Description
Friday

Take a snapshot each Friday.

Monday

Take a snapshot each Monday.

Saturday

Take a snapshot each Saturday.

Sunday

Take a snapshot each Sunday.

Thursday

Take a snapshot each Thursday.

Tuesday

Take a snapshot each Tuesday.

Wednesday

Take a snapshot each Wednesday.

Methods

Name Description
Equals(DayOfWeek)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(DayOfWeek, DayOfWeek)

Determines if two DayOfWeek values are the same.

Implicit(String to DayOfWeek)

Converts a String to a DayOfWeek.

Inequality(DayOfWeek, DayOfWeek)

Determines if two DayOfWeek values are not the same.

Applies to