[This is preliminary documentation and is subject to change.]

Defines time periods supported by GetMetrics(DateTime, DateTime, ApplicationMetricPeriod, array<String>[]()[]).

Namespace:  Facebook.Api
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
public enum ApplicationMetricPeriod
Visual Basic (Declaration)
Public Enumeration ApplicationMetricPeriod
Visual C++
public enum class ApplicationMetricPeriod

Members

Member nameDescription
Day
A constant for the Day time period, or 86400.
Week
A constant for the Week time period, or 604800.
Month
A constant for the Month time period, or 2592000.

See Also

Facebook.Api Namespace