A time of day of when this slot begins.
Namespace: ININ.IceLib.Configuration.Dialer.DataTypesAssembly: 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
Exception | Condition |
---|---|
System..::..FormatException | Time value is outside of the acceptable range (00:00:00 - 23:59:59), or start time is greater than end time. |