WeeklySendDay Struct
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.
Extensible enum for known WeeklySendDay values.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.MailChimp.Models.WeeklySendDay+WeeklySendDayJsonConverter))]
public readonly struct WeeklySendDay : IEquatable<Azure.Connectors.Sdk.MailChimp.Models.WeeklySendDay>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.MailChimp.Models.WeeklySendDay+WeeklySendDayJsonConverter))>]
type WeeklySendDay = struct
Public Structure WeeklySendDay
Implements IEquatable(Of WeeklySendDay)
- Inheritance
-
WeeklySendDay
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| WeeklySendDay(String) |
Initializes a new instance of the WeeklySendDay struct. |
Properties
| Name | Description |
|---|---|
| Friday |
friday |
| Monday |
monday |
| Saturday |
saturday |
| Sunday |
sunday |
| Thursday |
thursday |
| Tuesday |
tuesday |
| Wednesday |
wednesday |
Methods
| Name | Description |
|---|---|
| Equals(Object) | Indicates whether this instance and a specified object are equal. |
| Equals(WeeklySendDay) | Indicates whether the current object is equal to another object of the same type. |
| GetHashCode() | Returns the hash code for this instance. |
| ToString() | Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(WeeklySendDay, WeeklySendDay) |
Equality operator. |
| Implicit(String to WeeklySendDay) |
Converts a string to WeeklySendDay. |
| Implicit(WeeklySendDay to String) |
Converts a WeeklySendDay to its string representation. |
| Inequality(WeeklySendDay, WeeklySendDay) |
Inequality operator. |