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