| ReservationpickUpTime Property |
[Missing <summary> documentation for "P:ParaPlanREST.Models.Reservation.pickUpTime"]
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DateTime pickUpTime { get; set; }
public:
property DateTime pickUpTime {
DateTime get ();
void set (DateTime value);
}
function get_pickUpTime();
function set_pickUpTime(value);
Property Value
Type:
DateTimeSee Also