cn.jpush.api.schedule.TriggerPayload.setTime_unit C# (CSharp) Method

setTime_unit() public method

public setTime_unit ( string time_unit ) : TriggerPayload
time_unit string
return TriggerPayload
        public TriggerPayload setTime_unit(string time_unit)
        {
            this.periodical.setTime_unit(time_unit);
            this.single = null;
            return this;
        }