Quartz.Impl.Triggers.DailyTimeIntervalTriggerImpl.SetNextFireTimeUtc C# (CSharp) Method

SetNextFireTimeUtc() public method

Set the next time at which the IDailyTimeIntervalTrigger should fire.
This method should not be invoked by client code.
public SetNextFireTimeUtc ( DateTimeOffset value ) : void
value DateTimeOffset
return void
        public override void SetNextFireTimeUtc(DateTimeOffset? value)
        {
            this.nextFireTimeUtc = value;
        }