Day Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20210701.DayTypeConverter))]
public class Day : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20210701.IDay
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20210701.DayTypeConverter))>]
type Day = class
    interface IDay
    interface IJsonSerializable
Public Class Day
Implements IDay
Inheritance
Day
Attributes
Implements

Constructors

Day()

Properties

Date
IsLast

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to