📄 cim_policytimeperiodcondition.mof
字号:
"to pick out the days of the month during which the " "PolicySet is valid. \n" "\n" "This property is formatted as an octet string, structured " "as follows: \n" "o a 4-octet length field, indicating the length of the " "entire octet string; this field is always set to 0x0000000C " "for this property; \n" "o an 8-octet field consisting of 31 bits identifying the " "days of the month counting from the beginning, followed by " "31 more bits identifying the days of the month counting " "from the end, followed by 2 bits that are always set to " "'0'. For each day, the value '1' indicates that the " "PolicySet is valid for that day, and the value '0' " "indicates that it is not valid. \n" "\n" "The value 0x0000000C8000000100000000, for example, " "indicates that a PolicySet is valid on the first and last " "days of the month. \n" "\n" "For months with fewer than 31 days, the digits " "corresponding to days that the months do not have (counting " "in both directions) are ignored. \n" "\n" "If a value for this property is not provided, then the " "PolicySet is treated as valid for all days of the month, " "and only restricted by its TimePeriod property value and " "the other Mask properties."), OctetString, ModelCorrespondence { "CIM_PolicyTimePeriodCondition.TimePeriod", "CIM_PolicyTimePeriodCondition.LocalOrUtcTime" }] uint8 DayOfMonthMask[]; [Description ( "The purpose of this property is to refine the valid time " "period that is defined by the TimePeriod property, by " "explicitly specifying in which days of the week the " "PolicySet is valid. These properties work together, with " "the TimePeriod used to specify the overall time period in " "which the PolicySet is valid, and the DayOfWeekMask used to " "pick out the days of the week during which the PolicySet is " "valid. \n" "\n" "This property is formatted as an octet string, structured " "as follows: \n" "o a 4-octet length field, indicating the length of the " "entire octet string; this field is always set to 0x00000005 " "for this property; \n" "o a 1-octet field consisting of 7 bits identifying the 7 " "days of the week, beginning with Sunday and ending with " "Saturday, followed by 1 bit that is always set to '0'. For " "each day of the week, the value '1' indicates that the " "PolicySet is valid for that day, and the value '0' " "indicates that it is not valid. \n" "\n" "The value 0x000000057C, for example, indicates that a " "PolicySet is valid Monday through Friday. \n" "\n" "If a value for this property is not provided, then the " "PolicySet is treated as valid for all days of the week, and " "only restricted by its TimePeriod property value and the " "other Mask properties."), OctetString, ModelCorrespondence { "CIM_PolicyTimePeriodCondition.TimePeriod", "CIM_PolicyTimePeriodCondition.LocalOrUtcTime" }] uint8 DayOfWeekMask[]; [Description ( "The purpose of this property is to refine the valid time " "period that is defined by the TimePeriod property, by " "explicitly specifying a range of times in a day during " "which the PolicySet is valid. These properties work " "together, with the TimePeriod used to specify the overall " "time period in which the PolicySet is valid, and the " "TimeOfDayMask used to pick out the range of time periods in " "a given day of during which the PolicySet is valid. \n" "\n" "This property is formatted in the style of RFC 2445: a time " "string beginning with the character 'T', followed by the " "solidus character '/', followed by a second time string. " "The first time indicates the beginning of the range, while " "the second time indicates the end. Times are expressed as " "substrings of the form 'Thhmmss'. \n" "\n" "The second substring always identifies a later time than " "the first substring. To allow for ranges that span " "midnight, however, the value of the second string may be " "smaller than the value of the first substring. Thus, " "'T080000/T210000' identifies the range from 0800 until " "2100, while 'T210000/T080000' identifies the range from " "2100 until 0800 of the following day. \n" "\n" "When a range spans midnight, it by definition includes " "parts of two successive days. When one of these days is " "also selected by either the MonthOfYearMask, " "DayOfMonthMask, and/or DayOfWeekMask, but the other day is " "not, then the PolicySet is active only during the portion " "of the range that falls on the selected day. For example, " "if the range extends from 2100 until 0800, and the day of " "week mask selects Monday and Tuesday, then the PolicySet is " "active during the following three intervals: \n" "From midnight Sunday until 0800 Monday; \n" "From 2100 Monday until 0800 Tuesday; \n" "From 2100 Tuesday until 23:59:59 Tuesday. \n" "\n" "If a value for this property is not provided, then the " "PolicySet is treated as valid for all hours of the day, and " "only restricted by its TimePeriod property value and the " "other Mask properties."), ModelCorrespondence { "CIM_PolicyTimePeriodCondition.TimePeriod", "CIM_PolicyTimePeriodCondition.LocalOrUtcTime" }] string TimeOfDayMask; [Description ( "This property indicates whether the times represented in " "the TimePeriod property and in the various Mask properties " "represent local times or UTC times. There is no provision " "for mixing of local times and UTC times: the value of this " "property applies to all of the other time-related " "properties. TimePeriods are synchronized worldwide by using " "the enumeration value 'UTCTime'. If the goal is to " "synchronize worldwide on a particular local time (such as " "0300 - 0500 in New York), then if the TimePeriod property " "spans a Daylight Savings Time transition in New York, it " "will be necessary to create multiple instances of " "PolicyTimePeriodCondition, one based on the offset UTC-0500 " "for the part of each year when standard time is used in New " "York, and one based on the offset UTC-0400 for the part of " "each year when Daylight Savings Time is used there."), ValueMap { "1", "2" }, Values { "Local Time", "UTC Time" }, ModelCorrespondence { "CIM_PolicyTimePeriodCondition.TimePeriod", "CIM_PolicyTimePeriodCondition.MonthOfYearMask", "CIM_PolicyTimePeriodCondition.DayOfMonthMask", "CIM_PolicyTimePeriodCondition.DayOfWeekMask", "CIM_PolicyTimePeriodCondition.TimeOfDayMask" }] uint16 LocalOrUtcTime;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -