GetTimeTillEvent Method (Appointment)
In This Topic
Returns a time term before the appointment start; a negative value means that appointment is expired.
Syntax
'Declaration
Public Function GetTimeTillEvent() As TimeSpan
public TimeSpan GetTimeTillEvent()
Return Value
A time term before the appointment starts; a negative value means that the appointment has expired.
See Also