|
SelfSchedulingClinicianSearchRequestDate Property |
[This is preliminary documentation and is subject to change.]
Target patient self-scheduling date.
Namespace: SnapMD.VirtualCare.ApiModels.Scheduling.PatientSelfSchedulingAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic DateTime Date { get; set; }
Public Property Date As DateTime
Get
Set
public:
property DateTime Date {
DateTime get ();
void set (DateTime value);
}
member Date : DateTime with get, set
Property Value
Type:
DateTime
See Also