OnvifSystemDateTimeType Struct

Definition

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