UntiledProviderReferenceTime Property |
For SnapshotTimeConsideration and TimeSpanConsideration it is necessary to define a reference
time to determine which time dependent features should be active or not. This reference time comes along with the following format:
yyyy-MM-ddTHH:mm:ss[+-]HH:mm, for example 2018-08-05T04:00:00+02:00.
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 string ReferenceTime { get; set; }
Public Property ReferenceTime As String
Get
Set
public:
property String^ ReferenceTime {
String^ get ();
void set (String^ value);
}
member ReferenceTime : string with get, set
Property Value
Type:
StringSee Also