This topic has not yet been rated - Rate this topic

Day Value Set

Defines the day values that you can specify for day of the week targeting.

<xs:simpleType name="Day">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Sunday" />
    <xs:enumeration value="Monday" />
    <xs:enumeration value="Tuesday" />
    <xs:enumeration value="Wednesday" />
    <xs:enumeration value="Thursday" />
    <xs:enumeration value="Friday" />
    <xs:enumeration value="Saturday" />
  </xs:restriction>
</xs:simpleType>

Values

Value

Sunday

Monday

Tuesday

Wednesday

Thursday

Friday

Saturday

Requirements

CampaignManagementService.svc v8

Namespace: https://adcenter.microsoft.com/v8

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.