@@ -59,6 +59,9 @@ Properties
59
59
BusinessDay.normalize
60
60
BusinessDay.rule_code
61
61
BusinessDay.n
62
+ BusinessDay.weekmask
63
+ BusinessDay.holidays
64
+ BusinessDay.calendar
62
65
63
66
Methods
64
67
~~~~~~~
@@ -95,6 +98,9 @@ Properties
95
98
BusinessHour.n
96
99
BusinessHour.start
97
100
BusinessHour.end
101
+ BusinessHour.weekmask
102
+ BusinessHour.holidays
103
+ BusinessHour.calendar
98
104
99
105
Methods
100
106
~~~~~~~
@@ -128,12 +134,16 @@ Properties
128
134
CustomBusinessDay.normalize
129
135
CustomBusinessDay.rule_code
130
136
CustomBusinessDay.n
137
+ CustomBusinessDay.weekmask
138
+ CustomBusinessDay.calendar
139
+ CustomBusinessDay.holidays
131
140
132
141
Methods
133
142
~~~~~~~
134
143
.. autosummary ::
135
144
:toctree: api/
136
145
146
+ CustomBusinessDay.apply_index
137
147
CustomBusinessDay.apply
138
148
CustomBusinessDay.copy
139
149
CustomBusinessDay.isAnchored
@@ -161,6 +171,9 @@ Properties
161
171
CustomBusinessHour.normalize
162
172
CustomBusinessHour.rule_code
163
173
CustomBusinessHour.n
174
+ CustomBusinessHour.weekmask
175
+ CustomBusinessHour.calendar
176
+ CustomBusinessHour.holidays
164
177
CustomBusinessHour.start
165
178
CustomBusinessHour.end
166
179
@@ -333,6 +346,9 @@ Properties
333
346
CustomBusinessMonthEnd.normalize
334
347
CustomBusinessMonthEnd.rule_code
335
348
CustomBusinessMonthEnd.n
349
+ CustomBusinessMonthEnd.weekmask
350
+ CustomBusinessMonthEnd.calendar
351
+ CustomBusinessMonthEnd.holidays
336
352
337
353
Methods
338
354
~~~~~~~
@@ -367,6 +383,9 @@ Properties
367
383
CustomBusinessMonthBegin.normalize
368
384
CustomBusinessMonthBegin.rule_code
369
385
CustomBusinessMonthBegin.n
386
+ CustomBusinessMonthBegin.weekmask
387
+ CustomBusinessMonthBegin.calendar
388
+ CustomBusinessMonthBegin.holidays
370
389
371
390
Methods
372
391
~~~~~~~
@@ -381,40 +400,6 @@ Methods
381
400
CustomBusinessMonthBegin.is_on_offset
382
401
CustomBusinessMonthBegin.__call__
383
402
384
- SemiMonthOffset
385
- ---------------
386
- .. autosummary ::
387
- :toctree: api/
388
-
389
- SemiMonthOffset
390
-
391
- Properties
392
- ~~~~~~~~~~
393
- .. autosummary ::
394
- :toctree: api/
395
-
396
- SemiMonthOffset.freqstr
397
- SemiMonthOffset.kwds
398
- SemiMonthOffset.name
399
- SemiMonthOffset.nanos
400
- SemiMonthOffset.normalize
401
- SemiMonthOffset.rule_code
402
- SemiMonthOffset.n
403
-
404
- Methods
405
- ~~~~~~~
406
- .. autosummary ::
407
- :toctree: api/
408
-
409
- SemiMonthOffset.apply
410
- SemiMonthOffset.apply_index
411
- SemiMonthOffset.copy
412
- SemiMonthOffset.isAnchored
413
- SemiMonthOffset.onOffset
414
- SemiMonthOffset.is_anchored
415
- SemiMonthOffset.is_on_offset
416
- SemiMonthOffset.__call__
417
-
418
403
SemiMonthEnd
419
404
------------
420
405
.. autosummary ::
@@ -434,6 +419,7 @@ Properties
434
419
SemiMonthEnd.normalize
435
420
SemiMonthEnd.rule_code
436
421
SemiMonthEnd.n
422
+ SemiMonthEnd.day_of_month
437
423
438
424
Methods
439
425
~~~~~~~
@@ -468,6 +454,7 @@ Properties
468
454
SemiMonthBegin.normalize
469
455
SemiMonthBegin.rule_code
470
456
SemiMonthBegin.n
457
+ SemiMonthBegin.day_of_month
471
458
472
459
Methods
473
460
~~~~~~~
@@ -502,6 +489,7 @@ Properties
502
489
Week.normalize
503
490
Week.rule_code
504
491
Week.n
492
+ Week.weekday
505
493
506
494
Methods
507
495
~~~~~~~
@@ -536,6 +524,7 @@ Properties
536
524
WeekOfMonth.normalize
537
525
WeekOfMonth.rule_code
538
526
WeekOfMonth.n
527
+ WeekOfMonth.week
539
528
540
529
Methods
541
530
~~~~~~~
@@ -571,6 +560,7 @@ Properties
571
560
LastWeekOfMonth.rule_code
572
561
LastWeekOfMonth.n
573
562
LastWeekOfMonth.weekday
563
+ LastWeekOfMonth.week
574
564
575
565
Methods
576
566
~~~~~~~
@@ -922,6 +912,7 @@ Properties
922
912
FY5253Quarter.normalize
923
913
FY5253Quarter.rule_code
924
914
FY5253Quarter.n
915
+ FY5253Quarter.qtr_with_extra_week
925
916
FY5253Quarter.startingMonth
926
917
FY5253Quarter.variation
927
918
FY5253Quarter.weekday
@@ -1268,6 +1259,9 @@ Properties
1268
1259
BDay.offset
1269
1260
BDay.rule_code
1270
1261
BDay.n
1262
+ BDay.weekmask
1263
+ BDay.holidays
1264
+ BDay.calendar
1271
1265
1272
1266
Methods
1273
1267
~~~~~~~
@@ -1383,6 +1377,9 @@ Properties
1383
1377
CBMonthEnd.offset
1384
1378
CBMonthEnd.rule_code
1385
1379
CBMonthEnd.n
1380
+ CBMonthEnd.weekmask
1381
+ CBMonthEnd.holidays
1382
+ CBMonthEnd.calendar
1386
1383
1387
1384
Methods
1388
1385
~~~~~~~
@@ -1424,6 +1421,9 @@ Properties
1424
1421
CBMonthBegin.offset
1425
1422
CBMonthBegin.rule_code
1426
1423
CBMonthBegin.n
1424
+ CBMonthBegin.weekmask
1425
+ CBMonthBegin.holidays
1426
+ CBMonthBegin.calendar
1427
1427
1428
1428
Methods
1429
1429
~~~~~~~
@@ -1462,6 +1462,9 @@ Properties
1462
1462
CDay.offset
1463
1463
CDay.rule_code
1464
1464
CDay.n
1465
+ CDay.weekmask
1466
+ CDay.calendar
1467
+ CDay.holidays
1465
1468
1466
1469
Methods
1467
1470
~~~~~~~
@@ -1479,6 +1482,7 @@ Methods
1479
1482
CDay.rollforward
1480
1483
CDay.__call__
1481
1484
1485
+
1482
1486
.. _api.frequencies :
1483
1487
1484
1488
===========
0 commit comments