Skip to content
Auto
Products

TimeSchedulerEventArgs

Namespace: TagBites.WinSchedulers
Assembly: TagBites.WinSchedulers.dll
Product: TagBites.WinSchedulers v. 1.3.8

Provides data for the TimeScheduler.TimeClick

public class TimeSchedulerEventArgs : System.EventArgs

Inheritance: EventArgs → TimeSchedulerEventArgs

Gets the associated date time.

public DateTime DateTime { get; }

DateTime

Gets the associated resource.

public object Resource { get; }

object