Share via


TimeServiceSettings Members

The following tables list the members exposed by the TimeServiceSettings type.

Public Constructors

Name Description
Public Method TimeServiceSettings Initializes an instance of the TimeServiceSettings class.

Public Fields

Name Description
Public Field AutoDayLightSavings Indicates whether the system time is automatically updated for daylight savings.
Public Field ForceSyncAtWakeUp Indicates whether the system time syncs with the SNTP server after waking up or after a cold boot.
Public Field RefreshTime Specifies the period between synchronizations with the SNTP server, in seconds.
Public Field Tolerance Specifies the largest allowable interval between the time on the SNTP server and the system time, in milliseconds, before the system time is re-synchronized with the server's time.

Protected Fields

Name Description
Protected Field AlternateServerIP Specifies the server to use if communication with the primary server fails.
Protected Field PrimaryServerIP The IP address of the primary SNTP server.

Public Properties

Name Description
Public Property AlternateServer Gets or sets the IP address of the alternate SNTP server.
Public Property PrimaryServer Gets or sets the IP address of the primary SNTP server.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

Version Information

Available in .NET Micro Framework version 4.0.

See Also

Reference

TimeServiceSettings Class
Microsoft.SPOT.Time Namespace