NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

CIDataTime Structure

CIDataTime Structure

CIDataTime Structure

Encapsulates a counter input specified in terms of time.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

[SerializableAttribute]
public struct CIDataTime : ISerializable
<SerializableAttribute>
Public Structure CIDataTime
	Implements ISerializable

The CIDataTime type exposes the following members.

Constructors

  NameDescription
Public methodCIDataTime
Initializes a new instance of the CIDataTime object with the specified time.
Top

Properties

  NameDescription
Public propertyHighTime
Gets or sets the amount of time the pulse is high.
Public propertyLowTime
Gets or sets the amount of time the pulse is low.
Top

Methods

  NameDescription
Public methodEquals(Object)
Returns a value indicating if this instance is equal to the specified object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(CIDataTime)
Returns a value indicating if this instance is equal to the specified CIDataTime object.
Public methodStatic memberEquals(CIDataTime, CIDataTime)
Returns a value indicating if two specified instances of CIDataTime are equal.
Public methodGetHashCode
Returns a hash code for the CIDataTime object.
(Overrides ValueTypeGetHashCode.)
Public methodGetObjectData
Sets the SerializationInfo object with information about the exception.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top

Operators

  NameDescription
Public operatorStatic memberEquality
Returns if two CIDataTime objects are equal.
Public operatorStatic memberInequality
Returns if two CIDataTime objects are not equal.
Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Was this information helpful?