Day 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.
Day of the week
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.DayTypeConverter))]
public class Day : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IDay
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.DayTypeConverter))>]
type Day = class
interface IDay
interface IJsonSerializable
Public Class Day
Implements IDay
- Inheritance
-
Day
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| Day() |
Creates an new Day instance. |
Properties
| Name | Description |
|---|---|
| Date |
Date of the month |
| IsLast |
Whether Date is last date of month |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Day. |
| DeserializeFromPSObject(PSObject) | |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IDay. |
| FromJsonString(String) |
Creates a new instance of Day, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) | |
| ToJsonString() |
Serializes this instance to a json string. |