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