PhoneIncomingCallDismissedTriggerDetails.DismissalTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The time when the incoming call was dismissed.
public:
property DateTime DismissalTime { DateTime get(); };
DateTime DismissalTime();
/// [get: Windows.Foundation.Metadata.Deprecated("PhoneIncomingCallDismissedTriggerDetails is deprecated and might not work for all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.ApplicationModel.Calls.Background.CallsBackgroundContract")]
DateTime DismissalTime();
public System.DateTimeOffset DismissalTime { get; }
public System.DateTimeOffset DismissalTime { [Windows.Foundation.Metadata.Deprecated("PhoneIncomingCallDismissedTriggerDetails is deprecated and might not work for all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.ApplicationModel.Calls.Background.CallsBackgroundContract")] get; }
var dateTime = phoneIncomingCallDismissedTriggerDetails.dismissalTime;
Public ReadOnly Property DismissalTime As DateTimeOffset
Property Value
DateTime representing the time the incoming call was dismissed.
- Attributes