A time of day of when this slot begins.

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

Syntax

C#
public TimeSpan StartTime { get; set; }
Visual Basic
Public Property StartTime As TimeSpan
	Get
	Set

Exceptions

ExceptionCondition
System..::..FormatExceptionTime value is outside of the acceptable range (00:00:00 - 23:59:59), or start time is greater than end time.

See Also