DayTime Data Object - Campaign Management

Defines a day of the week and time range for ad extension scheduling.

Syntax

<xs:complexType name="DayTime" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="Day" type="tns:Day" />
    <xs:element name="EndHour" type="xs:int" />
    <xs:element name="EndMinute" type="tns:Minute" />
    <xs:element name="StartHour" type="xs:int" />
    <xs:element name="StartMinute" type="tns:Minute" />
  </xs:sequence>
</xs:complexType>

Elements

The DayTime object has the following elements: Day, EndHour, EndMinute, StartHour, StartMinute.

Element Description Data Type
Day The scheduled day of week.

Add: Required.
Update: The DayTime object cannot be updated.
Day
EndHour The scheduled end hour.

The possible values range from 0 to 24, where 0 is equivalent to 12:00AM and 12 is 12:00PM.

Add: Required.
Update: The DayTime object cannot be updated.
int
EndMinute The scheduled end minute.

The possible values range from 0 to 60.

Add: Required.
Update: The DayTime object cannot be updated.
Minute
StartHour The scheduled start hour.

The possible values range from 0 to 23, where 0 is equivalent to 12:00AM and 12 is 12:00PM.

Add: Required.
Update: The DayTime object cannot be updated.
int
StartMinute The scheduled start minute.

The possible values range from 0 to 60.

Add: Required.
Update: The DayTime object cannot be updated.
Minute

Requirements

Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

Used By

Schedule