IsoDuration Struct
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.
ISO 8601 duration formats.
public readonly struct IsoDuration : IEquatable<Azure.ResourceManager.ResilienceManagement.Models.IsoDuration>
type IsoDuration = struct
Public Structure IsoDuration
Implements IEquatable(Of IsoDuration)
- Inheritance
-
IsoDuration
- Implements
Constructors
| Name | Description |
|---|---|
| IsoDuration(String) |
Initializes a new instance of IsoDuration. |
Properties
| Name | Description |
|---|---|
| PT15M |
15 minutes. |
| PT1H |
1 hour. |
| PT24H |
24 hours. |
| PT4H |
4 hours. |
Methods
| Name | Description |
|---|---|
| Equals(IsoDuration) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(IsoDuration, IsoDuration) |
Determines if two IsoDuration values are the same. |
| Implicit(String to IsoDuration) |
Converts a string to a IsoDuration. |
| Implicit(String to Nullable<IsoDuration>) | |
| Inequality(IsoDuration, IsoDuration) |
Determines if two IsoDuration values are not the same. |