TimeSpan 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.
For example, between 2021-05-25T13:00:00Z and 2021-05-25T14:00:00Z.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.TimeSpanTypeConverter))]
public class TimeSpan : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ITimeSpan
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.TimeSpanTypeConverter))>]
type TimeSpan = class
interface ITimeSpan
interface IJsonSerializable
Public Class TimeSpan
Implements ITimeSpan
- Inheritance
-
TimeSpan
- Attributes
- Implements
Constructors
TimeSpan() |
Creates an new TimeSpan instance. |
Properties
End |
The end of a time span |
Start |
The start of a time span |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TimeSpan. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ITimeSpan. |
FromJsonString(String) |
Creates a new instance of TimeSpan, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |