OnvifSystemDateTimeType 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.
An enum value determining whether the date time was configured using NTP or manual.
public readonly struct OnvifSystemDateTimeType : IEquatable<Azure.Media.VideoAnalyzer.Edge.Models.OnvifSystemDateTimeType>
type OnvifSystemDateTimeType = struct
Public Structure OnvifSystemDateTimeType
Implements IEquatable(Of OnvifSystemDateTimeType)
- Inheritance
-
OnvifSystemDateTimeType
- Implements
Constructors
OnvifSystemDateTimeType(String) |
Initializes a new instance of OnvifSystemDateTimeType. |
Properties
Manual |
Manual. |
Ntp |
Ntp. |
Methods
Equals(OnvifSystemDateTimeType) |
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(OnvifSystemDateTimeType, OnvifSystemDateTimeType) |
Determines if two OnvifSystemDateTimeType values are the same. |
Implicit(String to OnvifSystemDateTimeType) |
Converts a string to a OnvifSystemDateTimeType. |
Inequality(OnvifSystemDateTimeType, OnvifSystemDateTimeType) |
Determines if two OnvifSystemDateTimeType values are not the same. |
Applies to
Azure SDK for .NET