Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.27 KB

TimePoint.md

File metadata and controls

15 lines (12 loc) · 1.27 KB

TalonOne.Model.TimePoint

The absolute duration after which the achievement ends and resets for a particular customer profile. Note: The duration follows the time zone of the Application this achievement belongs to.

Properties

Name Type Description Notes
Month int The achievement ends and resets in this month. Note: Only applicable if the period is set to `Y`. [optional]
DayOfMonth int The achievement ends and resets on this day of the month. Note: Only applicable if the period is set to `Y` or `M`. [optional]
DayOfWeek int The achievement ends and resets on this day of the week. `1` represents `Monday` and `7` represents `Sunday`. Note: Only applicable if the period is set to `W`. [optional]
Hour int The achievement ends and resets at this hour.
Minute int The achievement ends and resets at this minute.
Second int The achievement ends and resets at this second.

[Back to Model list] [Back to API list] [Back to README]