AssessmentTimeRange 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.
The AssessmentTimeRange.
public readonly struct AssessmentTimeRange : IEquatable<Azure.ResourceManager.Migration.Assessment.Models.AssessmentTimeRange>
type AssessmentTimeRange = struct
Public Structure AssessmentTimeRange
Implements IEquatable(Of AssessmentTimeRange)
- Inheritance
-
AssessmentTimeRange
- Implements
Constructors
AssessmentTimeRange(String) |
Initializes a new instance of AssessmentTimeRange. |
Properties
Custom |
Custom. |
Day |
Day. |
Month |
Month. |
Week |
Week. |
Methods
Equals(AssessmentTimeRange) |
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
Equality(AssessmentTimeRange, AssessmentTimeRange) |
Determines if two AssessmentTimeRange values are the same. |
Implicit(String to AssessmentTimeRange) |
Converts a String to a AssessmentTimeRange. |
Inequality(AssessmentTimeRange, AssessmentTimeRange) |
Determines if two AssessmentTimeRange values are not the same. |