Click or drag to resize

TimeConverter Class

Inheritance Hierarchy
SystemObject
  JsonConverter
    LynceeTec.API.Cycle.ExperimentPhysQuantityConverterTime
      LynceeTec.API.Cycle.ExperimentTimeConverter

Namespace:  LynceeTec.API.Cycle.Experiment
Assembly:  LynceeTec.API.Cycle (in LynceeTec.API.Cycle.dll) Version: 10.0.10313.0 , built 2022-11-01 12:36:54 UTC
Syntax
public class TimeConverter : PhysQuantityConverter<Time>

The TimeConverter type exposes the following members.

Constructors
  NameDescription
Public methodTimeConverter
Initializes a new instance of the TimeConverter class
Top
Properties
  NameDescription
Public propertyCanRead
Gets a value indicating whether this JsonConverter can read JSON.
(Inherited from JsonConverter.)
Public propertyCanWrite
Gets a value indicating whether this JsonConverter can write JSON.
(Inherited from JsonConverter.)
Top
Methods
See Also