Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
UserNotification.SetDeliveryTimeZone
Set the time zone to interpret the delivery date in.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
UserNotification | 2.8 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "UserNotification.SetDeliveryTimeZone"; UserNotificationReference; Name ) More
Parameters
Parameter | Description | Example |
---|---|---|
UserNotificationReference | An user notification reference. | $ref |
Name | The name of the time zone. | "Central Standard Time" |
Result
Returns "OK" on success.
Description
Set the time zone to interpret the delivery date in.If this value is nil and the user switches time zones, the notification center will adjust the time of presentation to account for the time zone change. If a notification should be delivered at a time in a specific time zone (regardless if the user switches time zones), set this value to that time zone. One common value may be the current time zone.
See also UserNotification.GetDeliveryTimeZone
See also
- UserNotification.GetDeliveryDate
- UserNotification.GetDeliveryTimeZone
- UserNotification.SetDeliveryDate
This function is free to use.
Created 18th August 2014, last changed 18th August 2014
UserNotification.SetDeliveryDate - UserNotification.SetDidActivateNotificationScript