kODPolicyAttributeExpiresOnDayOfWeek

Static kODPolicyAttributeExpiresOnDayOfWeek 

Source
pub unsafe static kODPolicyAttributeExpiresOnDayOfWeek: Option<&'static ODPolicyAttributeType>
Available on crate feature CFOpenDirectoryConstants only.
Expand description

Policy attribute for expires on a day of the week.

Policy attribute for expires on a day of the week. Specified as a in units appropriate for the local calendar. The range is 1 through 7, with 1 representing the first day of the week in the local calendar, and 7 representing the last day of the week.

This attribute is used as a key in the policy parameter dictionary, with a CFNumber value, and in policy strings. Typically used i policy strings to compare against the another day of the week. See the example above for kODPolicyAttributeEnableOnDayOfWeek.

See also Apple’s documentation