UntiledProviderTimeSpan Property |
Time span (in seconds) which is added to the reference time
and needed for the TimeSpanConsideration scenario.
Namespace:
Ptv.XServer.Controls.Map.Layers.Xmap2
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public Nullable<double> TimeSpan { get; set; }
Public Property TimeSpan As Nullable(Of Double)
Get
Set
public:
property Nullable<double> TimeSpan {
Nullable<double> get ();
void set (Nullable<double> value);
}
member TimeSpan : Nullable<float> with get, set
Property Value
Type:
NullableDoubleSee Also