PhotoCount
| Kind of class: | public class |
|---|---|
| Package: | com.adobe.webapis.flickr |
| Inherits from: | none |
| Classpath: | com.adobe.webapis.flickr.PhotoCount |
| File last modified: | Monday, 03 July 2006, 15:44:36 |
PhotoCount is a ValueObject for the Flickr API.
Summary
Constructor
PhotoCount
public function PhotoCount (
)
Construct a new PhotoCount instance
@langversion ActionScript 3.0
@playerversion Flash 8.5
Instance properties
_count
private _count:int
(read)
_fromDate
private _fromDate:Date
(read)
_toDate
private _toDate:Date
(read)
count
public count:int
(read,write)
The count value
@langversion ActionScript 3.0
@playerversion Flash 8.5
fromDate
public fromDate:Date
(read,write)
The from date value
@langversion ActionScript 3.0
@playerversion Flash 8.5
toDate
public toDate:Date
(read,write)
The to date value
@langversion ActionScript 3.0
@playerversion Flash 8.5