Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
System
Globalization
CCFixed
kday_on_or_after
System.Globalization.CCFixed.kday_on_or_after C# (CSharp) Method
CCFixed Class Documentation
ファイルを表示
Open project: runefs/Marvin
kday_on_or_after()
public
static
method
The static method computes the date of a day of week on or after a particular date.
public
static
kday_on_or_after
(
int
date
,
int
k
) :
int
date
int
An integer representing the date as /// fixed day number. ///
k
int
An integer representing the day of the week, /// starting with 0 for sunday. ///
return
int
public static int kday_on_or_after(int date, int k) { return kday_on_or_before(date+6, k); }
CCFixed
FromDateTime
ToDateTime
day_of_week
kd_nearest
kday_after
kday_before
kday_on_or_after
kday_on_or_before