| FleetmanagerstartTime Property |
When the route starts
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DateTime startTime { get; set; }
public:
property DateTime startTime {
DateTime get ();
void set (DateTime value);
}
function get_startTime();
function set_startTime(value);
Property Value
Type:
DateTimeSee Also