AccessoryManager.SnoozeReminderByInstanceId(String) Method
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.
Snoozes the reminder identified by the instance id.
public:
static void SnoozeReminderByInstanceId(Platform::String ^ instanceId);
static void SnoozeReminderByInstanceId(winrt::hstring const& instanceId);
public static void SnoozeReminderByInstanceId(string instanceId);
function snoozeReminderByInstanceId(instanceId)
Public Shared Sub SnoozeReminderByInstanceId (instanceId As String)
Parameters
- instanceId
-
String
Platform::String
winrt::hstring
String containing the instance id of the reminder to snooze.