}}
    Show / Hide Table of Contents

    Class Schedule

    Inheritance
    object
    Schedule
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.Finalize()
    object.MemberwiseClone()
    Namespace: Zenoph.Notify.Compose
    Assembly: Zenoph.Notify.dll
    Syntax
    public class Schedule

    Methods

    getDateTime()

    Declaration
    [ComVisible(false)]
    public DateTime? getDateTime()
    Returns
    Type Description
    DateTime?

    getDateTimeEx()

    Declaration
    [ComVisible(true)]
    public double getDateTimeEx()
    Returns
    Type Description
    double

    getUTCOffset()

    Declaration
    public string getUTCOffset()
    Returns
    Type Description
    string

    setScheduleDateTime(DateTime, string)

    Declaration
    [ComVisible(false)]
    public void setScheduleDateTime(DateTime dateTime, string utcOffset)
    Parameters
    Type Name Description
    DateTime dateTime
    string utcOffset

    setScheduleDateTime(DateTime, string, string)

    Declaration
    [ComVisible(false)]
    public void setScheduleDateTime(DateTime dateTime, string region, string city)
    Parameters
    Type Name Description
    DateTime dateTime
    string region
    string city

    setScheduleDateTime(DateTime?)

    Declaration
    [ComVisible(false)]
    public void setScheduleDateTime(DateTime? dateTime)
    Parameters
    Type Name Description
    DateTime? dateTime

    setScheduleDateTimeEx(double, string, string)

    Declaration
    [ComVisible(true)]
    public void setScheduleDateTimeEx(double d, string p1 = null, string p2 = null)
    Parameters
    Type Name Description
    double d
    string p1
    string p2
    Back to top