Click or drag to resize

PFTaskCounterTimePeriod Enumeration

Indicates how tasks from a PFTaskCounter widget should be filtered based on their CreatedAt field.

Namespace:  Packflow.Core.Widgets.BuiltIn
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum PFTaskCounterTimePeriod
Members
  Member nameValueDescription
All0 Do not perform time filtering.
Today1 Only includes tasks created today.
ThisWeek2 Only includes tasks created this week.
ThisMonth3 Only includes tasks created this month.
ThisYear4 Only includes tasks created this year.
See Also