Determines whether the call totals are reset at midnight using local time. By default, it is set to false, meaning to reset counts using UTC time.

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

Syntax

C#
public GeneralConfigurationProperty<CCSConfiguration..::..Property, bool> ResetTimeLocal { get; }
Visual Basic
Public ReadOnly Property ResetTimeLocal As GeneralConfigurationProperty(Of CCSConfiguration..::..Property, Boolean)
	Get

Exceptions

ExceptionCondition
InsufficientRightsExceptionThe user does not have permission to view the property.

See Also