AixmDataSet.Time Property
Gets or sets the time to read AIXM data for.
Syntax
public System.String Time { get; set; }
Property Value
Default: ""
The time to read AIXM data, on ISO 8601 format 'YYYY-MM-DDThh:mm:ssZ'.
This property can only be modified before the dataset has been initialized. Attempting to modify it after initialization will cause an exception to be thrown.
Remarks
Since AIXM features are specified as one or more time slices, with different validity time periods, this property can be used to select which time slices are used. If not specified, the current time when the data is initialized will be used.
Note that the time can not be changed after the dataset has been initialized. You can select a different time if you recreate the dataset, but note that this might invalidate the dataset vector cache file. See the Index files section of the AixmDataSet class for more information.
Platforms
Windows, Linux, Android