|
AvailabilityBlocksRequestStartDate Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the start date.
Namespace: SnapMD.VirtualCare.ApiModels.SchedulingAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic Nullable<DateTime> StartDate { get; set; }
Public Property StartDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> StartDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member StartDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
The start date.
See Also