@@ -55,8 +55,7 @@ alternatively, you could call ``using Dates`` to bring all exported functions in
55
55
56
56
DateTime(y, [m, d, h, mi, s, ms]) -> DateTime
57
57
58
- Construct a DateTime type by parts. Arguments must be convertible to
59
- ``Int64 ``.
58
+ Construct a DateTime type by parts. Arguments must be convertible to ``Int64 ``.
60
59
61
60
::
62
61
@@ -69,19 +68,18 @@ alternatively, you could call ``using Dates`` to bring all exported functions in
69
68
70
69
DateTime(f::Function, y[, m, d, h, mi, s]; step=Day(1), negate=false, limit=10000) -> DateTime
71
70
72
- Create a DateTime through the adjuster API. The starting point will be constructed from the
73
- provided ``y, m, d...`` arguments, and will be adjusted until ``f::Function`` returns true. The step size in
74
- adjusting can be provided manually through the ``step`` keyword. If ``negate=true``, then the adjusting
75
- will stop when ``f::Function`` returns false instead of true. ``limit`` provides a limit to
76
- the max number of iterations the adjustment API will pursue before throwing an error (in the case that ``f::Function``
77
- is never satisfied).
71
+ Create a DateTime through the adjuster API. The starting point will be constructed from the
72
+ provided ``y, m, d... `` arguments, and will be adjusted until ``f::Function `` returns true. The step size in
73
+ adjusting can be provided manually through the ``step `` keyword. If ``negate=true ``, then the adjusting
74
+ will stop when ``f::Function `` returns false instead of true. ``limit `` provides a limit to
75
+ the max number of iterations the adjustment API will pursue before throwing an error (in the case that ``f::Function `` is never satisfied).
78
76
79
77
::
80
78
81
79
DateTime(dt::Date) -> DateTime
82
80
83
- Converts a ``Date`` type to a ``DateTime``. The hour, minute, second, and millisecond
84
- parts of the new ``DateTime`` are assumed to be zero.
81
+ Converts a ``Date `` type to a ``DateTime ``.
82
+ The hour, minute, second, and millisecond parts of the new ``DateTime `` are assumed to be zero.
85
83
86
84
::
87
85
@@ -108,8 +106,7 @@ alternatively, you could call ``using Dates`` to bring all exported functions in
108
106
=============== ========= ===============================================================
109
107
110
108
All characters not listed above are treated as delimiters between date and time slots.
111
- So a ``dt `` string of "1996-01-15T00:00:00.0" would have a ``format `` string
112
- like "y-m-dTH:M: S.s".
109
+ So a ``dt `` string of "1996-01-15T00:00:00.0" would have a ``format `` string like "y-m-dTH:M: S.s".
113
110
114
111
::
115
112
@@ -125,8 +122,7 @@ alternatively, you could call ``using Dates`` to bring all exported functions in
125
122
126
123
DateTime(y, [m, d, h, mi, s, ms]) -> DateTime
127
124
128
- Construct a DateTime type by parts. Arguments must be convertible to
129
- ``Int64 ``.
125
+ Construct a DateTime type by parts. Arguments must be convertible to ``Int64 ``.
130
126
131
127
::
132
128
@@ -139,19 +135,18 @@ alternatively, you could call ``using Dates`` to bring all exported functions in
139
135
140
136
DateTime(f::Function, y[, m, d, h, mi, s]; step=Day(1), negate=false, limit=10000) -> DateTime
141
137
142
- Create a DateTime through the adjuster API. The starting point will be constructed from the
143
- provided ``y, m, d...`` arguments, and will be adjusted until ``f::Function`` returns true. The step size in
144
- adjusting can be provided manually through the ``step`` keyword. If ``negate=true``, then the adjusting
145
- will stop when ``f::Function`` returns false instead of true. ``limit`` provides a limit to
146
- the max number of iterations the adjustment API will pursue before throwing an error (in the case that ``f::Function``
147
- is never satisfied).
138
+ Create a DateTime through the adjuster API. The starting point will be constructed from the
139
+ provided ``y, m, d... `` arguments, and will be adjusted until ``f::Function `` returns true. The step size in
140
+ adjusting can be provided manually through the ``step `` keyword. If ``negate=true ``, then the adjusting
141
+ will stop when ``f::Function `` returns false instead of true. ``limit `` provides a limit to
142
+ the max number of iterations the adjustment API will pursue before throwing an error (in the case that ``f::Function `` is never satisfied).
148
143
149
144
::
150
145
151
146
DateTime(dt::Date) -> DateTime
152
147
153
- Converts a ``Date`` type to a ``DateTime``. The hour, minute, second, and millisecond
154
- parts of the new ``DateTime`` are assumed to be zero.
148
+ Converts a ``Date `` type to a ``DateTime ``.
149
+ The hour, minute, second, and millisecond parts of the new ``DateTime `` are assumed to be zero.
155
150
156
151
::
157
152
@@ -178,8 +173,7 @@ alternatively, you could call ``using Dates`` to bring all exported functions in
178
173
=============== ========= ===============================================================
179
174
180
175
All characters not listed above are treated as delimiters between date and time slots.
181
- So a ``dt `` string of "1996-01-15T00:00:00.0" would have a ``format `` string
182
- like "y-m-dTH:M: S.s".
176
+ So a ``dt `` string of "1996-01-15T00:00:00.0" would have a ``format `` string like "y-m-dTH:M: S.s".
183
177
184
178
::
185
179
@@ -195,8 +189,7 @@ alternatively, you could call ``using Dates`` to bring all exported functions in
195
189
196
190
DateTime(y, [m, d, h, mi, s, ms]) -> DateTime
197
191
198
- Construct a DateTime type by parts. Arguments must be convertible to
199
- ``Int64 ``.
192
+ Construct a DateTime type by parts. Arguments must be convertible to ``Int64 ``.
200
193
201
194
::
202
195
@@ -209,19 +202,18 @@ alternatively, you could call ``using Dates`` to bring all exported functions in
209
202
210
203
DateTime(f::Function, y[, m, d, h, mi, s]; step=Day(1), negate=false, limit=10000) -> DateTime
211
204
212
- Create a DateTime through the adjuster API. The starting point will be constructed from the
213
- provided ``y, m, d...`` arguments, and will be adjusted until ``f::Function`` returns true. The step size in
214
- adjusting can be provided manually through the ``step`` keyword. If ``negate=true``, then the adjusting
215
- will stop when ``f::Function`` returns false instead of true. ``limit`` provides a limit to
216
- the max number of iterations the adjustment API will pursue before throwing an error (in the case that ``f::Function``
217
- is never satisfied).
205
+ Create a DateTime through the adjuster API. The starting point will be constructed from the
206
+ provided ``y, m, d... `` arguments, and will be adjusted until ``f::Function `` returns true. The step size in
207
+ adjusting can be provided manually through the ``step `` keyword. If ``negate=true ``, then the adjusting
208
+ will stop when ``f::Function `` returns false instead of true. ``limit `` provides a limit to
209
+ the max number of iterations the adjustment API will pursue before throwing an error (in the case that ``f::Function `` is never satisfied).
218
210
219
211
::
220
212
221
213
DateTime(dt::Date) -> DateTime
222
214
223
- Converts a ``Date`` type to a ``DateTime``. The hour, minute, second, and millisecond
224
- parts of the new ``DateTime`` are assumed to be zero.
215
+ Converts a ``Date `` type to a ``DateTime ``.
216
+ The hour, minute, second, and millisecond parts of the new ``DateTime `` are assumed to be zero.
225
217
226
218
::
227
219
@@ -248,8 +240,7 @@ alternatively, you could call ``using Dates`` to bring all exported functions in
248
240
=============== ========= ===============================================================
249
241
250
242
All characters not listed above are treated as delimiters between date and time slots.
251
- So a ``dt `` string of "1996-01-15T00:00:00.0" would have a ``format `` string
252
- like "y-m-dTH:M: S.s".
243
+ So a ``dt `` string of "1996-01-15T00:00:00.0" would have a ``format `` string like "y-m-dTH:M: S.s".
253
244
254
245
::
255
246
@@ -265,8 +256,7 @@ alternatively, you could call ``using Dates`` to bring all exported functions in
265
256
266
257
DateTime(y, [m, d, h, mi, s, ms]) -> DateTime
267
258
268
- Construct a DateTime type by parts. Arguments must be convertible to
269
- ``Int64 ``.
259
+ Construct a DateTime type by parts. Arguments must be convertible to ``Int64 ``.
270
260
271
261
::
272
262
@@ -279,19 +269,18 @@ alternatively, you could call ``using Dates`` to bring all exported functions in
279
269
280
270
DateTime(f::Function, y[, m, d, h, mi, s]; step=Day(1), negate=false, limit=10000) -> DateTime
281
271
282
- Create a DateTime through the adjuster API. The starting point will be constructed from the
283
- provided ``y, m, d...`` arguments, and will be adjusted until ``f::Function`` returns true. The step size in
284
- adjusting can be provided manually through the ``step`` keyword. If ``negate=true``, then the adjusting
285
- will stop when ``f::Function`` returns false instead of true. ``limit`` provides a limit to
286
- the max number of iterations the adjustment API will pursue before throwing an error (in the case that ``f::Function``
287
- is never satisfied).
272
+ Create a DateTime through the adjuster API. The starting point will be constructed from the
273
+ provided ``y, m, d... `` arguments, and will be adjusted until ``f::Function `` returns true. The step size in
274
+ adjusting can be provided manually through the ``step `` keyword. If ``negate=true ``, then the adjusting
275
+ will stop when ``f::Function `` returns false instead of true. ``limit `` provides a limit to
276
+ the max number of iterations the adjustment API will pursue before throwing an error (in the case that ``f::Function `` is never satisfied).
288
277
289
278
::
290
279
291
280
DateTime(dt::Date) -> DateTime
292
281
293
- Converts a ``Date`` type to a ``DateTime``. The hour, minute, second, and millisecond
294
- parts of the new ``DateTime`` are assumed to be zero.
282
+ Converts a ``Date `` type to a ``DateTime ``.
283
+ The hour, minute, second, and millisecond parts of the new ``DateTime `` are assumed to be zero.
295
284
296
285
::
297
286
@@ -318,8 +307,7 @@ alternatively, you could call ``using Dates`` to bring all exported functions in
318
307
=============== ========= ===============================================================
319
308
320
309
All characters not listed above are treated as delimiters between date and time slots.
321
- So a ``dt `` string of "1996-01-15T00:00:00.0" would have a ``format `` string
322
- like "y-m-dTH:M: S.s".
310
+ So a ``dt `` string of "1996-01-15T00:00:00.0" would have a ``format `` string like "y-m-dTH:M: S.s".
323
311
324
312
::
325
313
@@ -335,8 +323,7 @@ alternatively, you could call ``using Dates`` to bring all exported functions in
335
323
336
324
DateTime(y, [m, d, h, mi, s, ms]) -> DateTime
337
325
338
- Construct a DateTime type by parts. Arguments must be convertible to
339
- ``Int64 ``.
326
+ Construct a DateTime type by parts. Arguments must be convertible to ``Int64 ``.
340
327
341
328
::
342
329
@@ -349,19 +336,18 @@ alternatively, you could call ``using Dates`` to bring all exported functions in
349
336
350
337
DateTime(f::Function, y[, m, d, h, mi, s]; step=Day(1), negate=false, limit=10000) -> DateTime
351
338
352
- Create a DateTime through the adjuster API. The starting point will be constructed from the
353
- provided ``y, m, d...`` arguments, and will be adjusted until ``f::Function`` returns true. The step size in
354
- adjusting can be provided manually through the ``step`` keyword. If ``negate=true``, then the adjusting
355
- will stop when ``f::Function`` returns false instead of true. ``limit`` provides a limit to
356
- the max number of iterations the adjustment API will pursue before throwing an error (in the case that ``f::Function``
357
- is never satisfied).
339
+ Create a DateTime through the adjuster API. The starting point will be constructed from the
340
+ provided ``y, m, d... `` arguments, and will be adjusted until ``f::Function `` returns true. The step size in
341
+ adjusting can be provided manually through the ``step `` keyword. If ``negate=true ``, then the adjusting
342
+ will stop when ``f::Function `` returns false instead of true. ``limit `` provides a limit to
343
+ the max number of iterations the adjustment API will pursue before throwing an error (in the case that ``f::Function `` is never satisfied).
358
344
359
345
::
360
346
361
347
DateTime(dt::Date) -> DateTime
362
348
363
- Converts a ``Date`` type to a ``DateTime``. The hour, minute, second, and millisecond
364
- parts of the new ``DateTime`` are assumed to be zero.
349
+ Converts a ``Date `` type to a ``DateTime ``.
350
+ The hour, minute, second, and millisecond parts of the new ``DateTime `` are assumed to be zero.
365
351
366
352
::
367
353
@@ -388,8 +374,7 @@ alternatively, you could call ``using Dates`` to bring all exported functions in
388
374
=============== ========= ===============================================================
389
375
390
376
All characters not listed above are treated as delimiters between date and time slots.
391
- So a ``dt `` string of "1996-01-15T00:00:00.0" would have a ``format `` string
392
- like "y-m-dTH:M: S.s".
377
+ So a ``dt `` string of "1996-01-15T00:00:00.0" would have a ``format `` string like "y-m-dTH:M: S.s".
393
378
394
379
::
395
380
@@ -415,8 +400,7 @@ alternatively, you could call ``using Dates`` to bring all exported functions in
415
400
416
401
DateTime(y, [m, d, h, mi, s, ms]) -> DateTime
417
402
418
- Construct a DateTime type by parts. Arguments must be convertible to
419
- ``Int64 ``.
403
+ Construct a DateTime type by parts. Arguments must be convertible to ``Int64 ``.
420
404
421
405
::
422
406
@@ -429,19 +413,18 @@ alternatively, you could call ``using Dates`` to bring all exported functions in
429
413
430
414
DateTime(f::Function, y[, m, d, h, mi, s]; step=Day(1), negate=false, limit=10000) -> DateTime
431
415
432
- Create a DateTime through the adjuster API. The starting point will be constructed from the
433
- provided ``y, m, d...`` arguments, and will be adjusted until ``f::Function`` returns true. The step size in
434
- adjusting can be provided manually through the ``step`` keyword. If ``negate=true``, then the adjusting
435
- will stop when ``f::Function`` returns false instead of true. ``limit`` provides a limit to
436
- the max number of iterations the adjustment API will pursue before throwing an error (in the case that ``f::Function``
437
- is never satisfied).
416
+ Create a DateTime through the adjuster API. The starting point will be constructed from the
417
+ provided ``y, m, d... `` arguments, and will be adjusted until ``f::Function `` returns true. The step size in
418
+ adjusting can be provided manually through the ``step `` keyword. If ``negate=true ``, then the adjusting
419
+ will stop when ``f::Function `` returns false instead of true. ``limit `` provides a limit to
420
+ the max number of iterations the adjustment API will pursue before throwing an error (in the case that ``f::Function `` is never satisfied).
438
421
439
422
::
440
423
441
424
DateTime(dt::Date) -> DateTime
442
425
443
- Converts a ``Date`` type to a ``DateTime``. The hour, minute, second, and millisecond
444
- parts of the new ``DateTime`` are assumed to be zero.
426
+ Converts a ``Date `` type to a ``DateTime ``.
427
+ The hour, minute, second, and millisecond parts of the new ``DateTime `` are assumed to be zero.
445
428
446
429
::
447
430
@@ -468,8 +451,7 @@ alternatively, you could call ``using Dates`` to bring all exported functions in
468
451
=============== ========= ===============================================================
469
452
470
453
All characters not listed above are treated as delimiters between date and time slots.
471
- So a ``dt `` string of "1996-01-15T00:00:00.0" would have a ``format `` string
472
- like "y-m-dTH:M: S.s".
454
+ So a ``dt `` string of "1996-01-15T00:00:00.0" would have a ``format `` string like "y-m-dTH:M: S.s".
473
455
474
456
::
475
457
0 commit comments