import "sbIPropertyManager.idl";
Inheritance diagram for sbIDurationPropertyInfo:
Public Attributes | |
attribute long long | minDuration |
A minimum duration value to enforce when validating. If you do not wish to use this, set it to 0. | |
attribute long long | maxDuration |
A maximum duration value to enforce when validating. If you do not wish to use this, set it to 0. | |
attribute boolean | durationInverse |
Causes the formatting to display from -xx:xx:xx to 0 instead of 0 to xx:xx:xx. | |
attribute boolean | durationWithMilliseconds |
Cause the formatting to display milliseconds. |
Definition at line 477 of file sbIPropertyManager.idl.
attribute long long sbIDurationPropertyInfo::minDuration |
A minimum duration value to enforce when validating. If you do not wish to use this, set it to 0.
You must set this attribute in order for this object to function properly. If you do not, all methods on this object will return NS_ERROR_NOT_INITIALIZED.
Definition at line 487 of file sbIPropertyManager.idl.
attribute long long sbIDurationPropertyInfo::maxDuration |
A maximum duration value to enforce when validating. If you do not wish to use this, set it to 0.
You must set this attribute in order for this object to function properly. If you do not, all methods on this object will return NS_ERROR_NOT_INITIALIZED.
Definition at line 497 of file sbIPropertyManager.idl.