Gets or sets the time of the callback, for scheduled calls.

Namespace: ININ.IceLib.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public DateTime ScheduledTime { get; set; }
Visual Basic
Public Property ScheduledTime As DateTime
	Get
	Set

Field Value

The scheduled time.

Remarks

The value of ScheduledTime is influenced by the value of RelativeTo

The maximum time that can be scheduled is 03:14:07 UTC, 19 January 2038.

See Also