Skip to content

Commit

Permalink
Changes made
Browse files Browse the repository at this point in the history
Open this file with MKDocs. 

For complete design copy the following in mkdocs.yml

site_name: Karbon's Developer Guides
theme:
    name: material
    features:
      - content.tabs.link
markdown_extensions:
  - admonition
  - pymdownx.details
  - pymdownx.superfences
  - pymdownx.critic
  - pymdownx.caret
  - pymdownx.keys
  - pymdownx.mark
  - pymdownx.tilde
  - pymdownx.superfences
  - pymdownx.tabbed:
      alternate_style: true
  • Loading branch information
BisoKarbonHQ authored Aug 16, 2022
1 parent 810e11d commit 00fa6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The value specified in the `Offset` property lets you increment (or decrement) t

The value of the the `Offset` property affects the `day` function of the *`StartDate`* and the *`EndDate`*.

When you use the `Offset` property with these variables, you will be able to move the dates forward (or decrement) by the number of days specified in the value of the `Offset` property.
When you use the `Offset` property with these variables, you will be able to move the dates forward (or backward) by the number of days specified in the value of the `Offset` property.

For example, say the *`StartDate`* of the Work Item is 12 July, 2022. But you want the Work Item Title to read *10 JUL, 2022*. You will set the `Variable` property to *`StartDate`* and `Offset` property to `-2`.

Expand Down

0 comments on commit 00fa6fd

Please sign in to comment.