TimeSettings interface

The TimeSettings of a device

Extends

Properties

primaryTimeServer

The primary Network Time Protocol (NTP) server name, like 'time.windows.com'.

secondaryTimeServer

The secondary Network Time Protocol (NTP) server name, like 'time.contoso.com'. It's optional.

timeZone

The timezone of device, like '(UTC -06:00) Central America'

Inherited Properties

id

The identifier. NOTE: This property will not be serialized. It can only be populated by the server.

name

The name. NOTE: This property will not be serialized. It can only be populated by the server.

type

The type. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

primaryTimeServer

The primary Network Time Protocol (NTP) server name, like 'time.windows.com'.

primaryTimeServer: string

Property Value

string

secondaryTimeServer

The secondary Network Time Protocol (NTP) server name, like 'time.contoso.com'. It's optional.

secondaryTimeServer?: string

Property Value

string

timeZone

The timezone of device, like '(UTC -06:00) Central America'

timeZone: string

Property Value

string

Inherited Property Details

id

The identifier. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From BaseModel.id

name

The name. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From BaseModel.name

type

The type. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From BaseModel.type