| TripTimesscheduledPickUpTime Property |
[Missing <summary> documentation for "P:ParaPlanREST.Models.TripTimes.scheduledPickUpTime"]
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<DateTimeOffset> scheduledPickUpTime { get; set; }
public:
property Nullable<DateTimeOffset> scheduledPickUpTime {
Nullable<DateTimeOffset> get ();
void set (Nullable<DateTimeOffset> value);
}
function get_scheduledPickUpTime();
function set_scheduledPickUpTime(value);
Property Value
Type:
NullableDateTimeOffsetSee Also