DayRound

DayRound[date,daytype]

翌日を丸める既約を使って date を直近の daytype の日に丸める.

DayRound[date,daytype,rounding]

rounding を使って date を丸めて daytype の直近の日になるようにする.

詳細とオプション

  • 日付は次の形式で指定することができる.
  • DateObject[]日付オブジェクト
    {y,m,d}年,月,日
    {y,m}指定された月の最初の日
    {y}y 年の最初の月の最初の日
    "string"文字列としての日付 ("Jan. 1, 2000")
  • DayRoundDateObject式を返す.
  • 使用可能な日付のタイプは,All"Weekday""Weekend"MondayからSundayまで,"EndOfMonth""BeginningOfMonth""BusinessDay"である.
  • DayRound[date]DayRound[date,All]に等しい.
  • 丸めの際に認識される値には,"Next""Following""ModifiedFollowing""Preceding""Previous""ModifiedPreceding"がある.
  • datedaytype のものである場合,DayRoundには何の効力もない.
  • DayRoundは次のオプションを取る.
  • CalendarType "Gregorian"日付が指定された暦
    HolidayCalendar {"UnitedStates","Default"}営業日と祝日の計算に必要な部分指定と祝日の予定
  • ユダヤ暦の平日はSundayからThursdayまでである.

例題

すべて開くすべて閉じる

  (3)

1年のはじめがこれから先の直近の営業日になるようにする:

2012年2月のはじめの直近の週末を求める:

次の日曜日を求める:

スコープ  (2)

営業日の規約に従って日付の調整を行う:

"ModifiedFollowing"は,それが翌月ではない限り,次の営業日に丸める:

オプション  (2)

CalendarType  (1)

ユダヤ暦の日付を使って次の営業日を計算する:

HolidayCalendar  (1)

市場によっては同じ国内でも祝日予定が異なることがある:

アプリケーション  (1)

さまざまな規約に従って日付を調整する:

Wolfram Research (2012), DayRound, Wolfram言語関数, https://reference.wolfram.com/language/ref/DayRound.html (2014年に更新).

テキスト

Wolfram Research (2012), DayRound, Wolfram言語関数, https://reference.wolfram.com/language/ref/DayRound.html (2014年に更新).

CMS

Wolfram Language. 2012. "DayRound." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2014. https://reference.wolfram.com/language/ref/DayRound.html.

APA

Wolfram Language. (2012). DayRound. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DayRound.html

BibTeX

@misc{reference.wolfram_2024_dayround, author="Wolfram Research", title="{DayRound}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/DayRound.html}", note=[Accessed: 22-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_dayround, organization={Wolfram Research}, title={DayRound}, year={2014}, url={https://reference.wolfram.com/language/ref/DayRound.html}, note=[Accessed: 22-November-2024 ]}