diff options
Diffstat (limited to 'docs/Classes/SDLDateTime.html')
-rw-r--r-- | docs/Classes/SDLDateTime.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/Classes/SDLDateTime.html b/docs/Classes/SDLDateTime.html index 237364aa4..d4a0719bf 100644 --- a/docs/Classes/SDLDateTime.html +++ b/docs/Classes/SDLDateTime.html @@ -20,7 +20,7 @@ <h3>Overview</h3> -<p>Undocumented</p> +<p>A struct referenced in SendLocation for an absolute date</p> <section class="section task-group-section"> @@ -100,7 +100,7 @@ millisecond </h3> - <p>@abstract Milliseconds part of time</p> + <p>Milliseconds part of time</p> <p>Optional, Integer 0 - 999</p> @@ -120,7 +120,7 @@ second </h3> - <p>@abstract Seconds part of time</p> + <p>Seconds part of time</p> <p>Optional, Integer 0 - 59</p> @@ -140,7 +140,7 @@ minute </h3> - <p>@abstract Minutes part of time</p> + <p>Minutes part of time</p> <p>Optional, Integer 0 - 59</p> @@ -160,7 +160,7 @@ hour </h3> - <p>@abstract Hour part of time</p> + <p>Hour part of time</p> <p>Optional, Integer 0 - 23</p> @@ -180,7 +180,7 @@ day </h3> - <p>@abstract Day of the month</p> + <p>Day of the month</p> <p>Optional, Integer 1 - 31</p> @@ -200,7 +200,7 @@ month </h3> - <p>@abstract Month of the year</p> + <p>Month of the year</p> <p>Optional, Integer 1 - 12</p> @@ -220,7 +220,7 @@ year </h3> - <p>@abstract The year in YYYY format</p> + <p>The year in YYYY format</p> <p>Optional, Max Value 4095</p> @@ -240,7 +240,7 @@ timezoneMinuteOffset </h3> - <p>@abstract Time zone offset in Min with regard to UTC</p> + <p>Time zone offset in Min with regard to UTC</p> <p>Optional, Integer 0 - 59</p> @@ -261,7 +261,7 @@ timezoneHourOffset </h3> - <p>@abstract Time zone offset in Hours with regard to UTC</p> + <p>Time zone offset in Hours with regard to UTC</p> <p>Optional, Integer -12 - 14</p> |