Songbird / Development / Songbird Add-Ons API Documentation

sbIDurationPropertyInfo Interface Reference

The property information specific to date/time fields. More...

import "sbIPropertyManager.idl";

Inheritance diagram for sbIDurationPropertyInfo:

sbIPropertyInfo List of all members.

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.

Detailed Description

The property information specific to date/time fields.

See also:
sbIPropertyInfo

Definition at line 477 of file sbIPropertyManager.idl.


Member Data Documentation

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.


The documentation for this interface was generated from the following file:
Generated on Tue Mar 10 14:28:58 2009 for Songbird by  doxygen 1.5.2