LastAcceptedStart Property (Appointment)
In This Topic
For internal use only. The last saved start value (it doesn't changed between BeginEdit/EndEdit calls).
Syntax
'Declaration
Public Property LastAcceptedStart As System.Date
public System.DateTime LastAcceptedStart {get; set;}
See Also