Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
UserNotification.SetDeliveryTimeZone
Set the time zone to interpret the delivery date in.
| Component | Version | macOS | Windows | Linux | Server | FileMaker 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
Created 18th August 2014, last changed 18th August 2014
UserNotification.SetDeliveryDate - UserNotification.SetDidActivateNotificationScript
Feedback: Report problem or ask question.
Links
MBS FileMaker blog