[This is preliminary documentation and is subject to change.]
Defines time periods supported by GetMetrics(DateTime, DateTime, ApplicationMetricPeriod, array<String>[]()[]) .
Namespace:
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 name | Description | |
---|---|---|
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. |