Click or drag to resize

TsTimeTimeType Property

Type of time axis.

Namespace:  DHI.Mike1D.Generic.TimeSeries
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public TsTimeType TimeType { get; set; }

Property Value

Type: TsTimeType

Implements

ITsTimeTimeType
Remarks
This can not be changed. If a new time axis is required, then a new ITsTime object must be initialized.
See Also