|
AvailabilityBlockRuleResponseCreatedDate Property |
[This is preliminary documentation and is subject to change.]
Created date.
Namespace: SnapMD.VirtualCare.ApiModels.SchedulingAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic DateTime CreatedDate { get; set; }
Public Property CreatedDate As DateTime
Get
Set
public:
property DateTime CreatedDate {
DateTime get ();
void set (DateTime value);
}
member CreatedDate : DateTime with get, set
Property Value
Type:
DateTime
See Also