DayOfWeek Class
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.
DayOfWeek resource properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DayOfWeekTypeConverter))]
public class DayOfWeek : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDayOfWeek
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DayOfWeekTypeConverter))>]
type DayOfWeek = class
interface IDayOfWeek
interface IJsonSerializable
Public Class DayOfWeek
Implements IDayOfWeek
- Inheritance
-
DayOfWeek
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DayOfWeek() |
Creates an new DayOfWeek instance. |
Properties
| Name | Description |
|---|---|
| Name |
Name of the day of the week. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DayOfWeek. |
| DeserializeFromPSObject(PSObject) | |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDayOfWeek. |
| FromJsonString(String) |
Creates a new instance of DayOfWeek, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) | |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |