Sha256: 5bfa8a3009de7d8164f07f0df7db7646c2930e14d0b75fe7f41a6fed4c6a34f1

Contents?: true

Size: 1.27 KB

Versions: 3

Compression:

Stored size: 1.27 KB

Contents

# TalonOne::TimePoint

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**month** | **Integer** | The achievement ends and resets in this month.  **Note**: Only applicable if the period is set to `Y`.  | [optional] 
**day_of_month** | **Integer** | The achievement ends and resets on this day of the month.  **Note**: Only applicable if the period is set to `Y` or `M`.  | [optional] 
**day_of_week** | **Integer** | 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** | **Integer** | The achievement ends and resets at this hour. | 
**minute** | **Integer** | The achievement ends and resets at this minute. | 
**second** | **Integer** | The achievement ends and resets at this second. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::TimePoint.new(month: 11,
                                 day_of_month: 23,
                                 day_of_week: null,
                                 hour: 23,
                                 minute: 59,
                                 second: 59)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/TimePoint.md
talon_one-6.0.0 docs/TimePoint.md
talon_one-5.0.0 docs/TimePoint.md