Structure used for the attributes of a time specification. More...
import "saeaccess.idl";
Public Attributes | |
string | year |
Four digits that indicate the year. | |
string | month |
Month of the year. | |
string | dayOfMonth |
Day of the month. | |
string | dayOfWeek |
Day of the week. | |
string | hour |
Hour. | |
string | minute |
Minute. | |
string | extension |
Time zone only or TimeZone and effectivePeriod (space separated). | |
string | weeklyRecurFreq |
Structure used for the attributes of a time specification.
A time specification defines the time(s) to apply specified actions to a service. The time specification can identify the year, month, day, hour, and minute, as well as the time zone for the action to be taken.
The syntax for the attributes in a time specification must be in a specified syntax. For information about the syntax to use for entering attributes, see the SDX Objects Guide.
string sae.TimeSpec.dayOfMonth |
Day of the month.
string sae.TimeSpec.dayOfWeek |
Day of the week.
string sae.TimeSpec.extension |
Time zone only or TimeZone and effectivePeriod (space separated).
string sae.TimeSpec.hour |
Hour.
string sae.TimeSpec.minute |
Minute.
string sae.TimeSpec.month |
Month of the year.
string sae.TimeSpec.weeklyRecurFreq |
string sae.TimeSpec.year |
Four digits that indicate the year.