Click or drag to resize
TimeStepBaseDate Property
The start date of the time step. This property may have missing value as it may not be relevant for the specified time step type.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public Nullable<DateTime> Date { get; set; }

Property Value

Type: NullableDateTime

Implements

ITimeStepBaseDate
See Also