|
AppointmentSlotFrom Property |
[This is preliminary documentation and is subject to change.]
Time from.
Namespace: SnapMD.VirtualCare.ApiModels.Scheduling.PatientSelfSchedulingAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic DateTimeOffset From { get; set; }
Public Property From As DateTimeOffset
Get
Set
public:
property DateTimeOffset From {
DateTimeOffset get ();
void set (DateTimeOffset value);
}
member From : DateTimeOffset with get, set
Property Value
Type:
DateTimeOffset
See Also