Variable CompleteInstanceConst
Type declaration
Readonlyattributes: {
acceptedCommandList: Attribute;
activeCalendarType: WritableAttribute<TimeFormatLocalization.CalendarType, any> & {
isConditional: true;
mandatoryIf: [] | [{
calendarFormat: boolean;
}];
optional: true;
optionalIf: [] | ConditionalFeatureList;
};
attributeList: Attribute;
clusterRevision: Attribute;
featureMap: Attribute;
generatedCommandList: Attribute;
hourFormat: WritableAttribute<TimeFormatLocalization.HourFormat, any>;
supportedCalendarTypes: FixedAttribute<TimeFormatLocalization.CalendarType[], any> & {
isConditional: true;
mandatoryIf: [] | [{
calendarFormat: boolean;
}];
optional: true;
optionalIf: [] | ConditionalFeatureList;
};
}
ReadonlyacceptedCommandList: Attribute
ReadonlyactiveCalendarType: WritableAttribute<TimeFormatLocalization.CalendarType, any> & {
isConditional: true;
mandatoryIf: [] | [{
calendarFormat: boolean;
}];
optional: true;
optionalIf: [] | ConditionalFeatureList;
}
ReadonlyattributeList: Attribute
ReadonlyclusterRevision: Attribute
ReadonlyfeatureMap: Attribute
ReadonlygeneratedCommandList: Attribute
ReadonlysupportedCalendarTypes: FixedAttribute<TimeFormatLocalization.CalendarType[], any> & {
isConditional: true;
mandatoryIf: [] | [{
calendarFormat: boolean;
}];
optional: true;
optionalIf: [] | ConditionalFeatureList;
}
Readonlyfeatures: {
calendarFormat: BitFlag;
}
Readonlyname: "TimeFormatLocalization"
Readonlyrevision: 1
CalendarFormat
The Node can be configured to use different calendar formats when conveying values to a user.