| TripscheduledPickUpTime Property |
When we are supposed to pick them up. Date and time in epoch (UTC) format
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string scheduledPickUpTime { get; set; }
public:
property String^ scheduledPickUpTime {
String^ get ();
void set (String^ value);
}
function get_scheduledPickUpTime();
function set_scheduledPickUpTime(value);
Property Value
Type:
StringSee Also