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.Api20240401.DayTypeConverter))]
public class Day : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDay
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.DayTypeConverter))>]
type Day = class
interface IDay
interface IJsonSerializable
Public Class Day
Implements IDay
- Inheritance
-
Day
- Attributes
- Implements
Constructors
Day() |
Creates an new Day instance. |
Properties
Date |
Date of the month |
IsLast |
Whether Date is last date of month |
Methods
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.Api20240401.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. |