DfsDateTimeLazyList Class |
This is usefull if performing operations that only accesses a fraction of the DateTimes in the file, e.g. when performing a binary search for a given date.
This should only be used when reading from file, not when writing/modifying timesteps, since this will move the file pointer (for files with non-equidistant time axis), and updates to the file will not be reflected in this object.
Namespace: DHI.Generic.MikeZero.DFS
The DfsDateTimeLazyList type exposes the following members.
Name | Description | |
---|---|---|
![]() | DfsDateTimeLazyList |
Create DateTime list wrapper for the IDfsFile |
Name | Description | |
---|---|---|
![]() | Count | |
![]() | Item | |
![]() | StartTime |
StartTime of dfs file. If dfs file has a calendar axis, this
is read from the file. If the dfs file has a time axis,
this must be set explicitly.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |