docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Struct iOSNotificationCalendarTrigger

    A trigger condition that causes a notification to be delivered at a specific date and time.

    Implements
    iOSNotificationTrigger
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: Unity.Notifications.iOS
    Assembly: solution.dll
    Syntax
    public struct iOSNotificationCalendarTrigger : iOSNotificationTrigger
    Remarks

    Create an instance of iOSNotificationCalendarTrigger when you want to schedule the delivery of a local notification at the specified date and time. You are not required to set all of the fields because the system uses the provided information to determine the next date and time that matches the specified information automatically.

    Properties

    Name Description
    Day

    Day

    Hour

    Hour

    Minute

    Minute

    Month

    Month

    Repeats

    Indicate whether the notification is repeated every defined time period. For instance if hour and minute fields are set the notification will be triggered every day at the specified hour and minute.

    Second

    Second

    Type

    The type of notification trigger.

    UtcTime

    Are Date and Time field in UTC time. When false, use local time.

    Year

    Year

    Methods

    Name Description
    ToLocal()

    Converts this trigger into the one using local time.

    ToUtc()

    Converts this trigger into the one using UTC time.

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023