We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4939ed3 commit bb5e949Copy full SHA for bb5e949
source/mir/date.d
@@ -2337,6 +2337,15 @@ public:
2337
return date;
2338
}
2339
2340
+ /++
2341
+ Returns;
2342
+ Day Of Gregorian Calendar Minus One
2343
+ +/
2344
+ int dayNumber() @safe pure nothrow @nogc const @property
2345
+ {
2346
+ return _dayNumber;
2347
+ }
2348
+
2349
/++
2350
The Xth day of the Gregorian Calendar that this $(LREF Date) is on.
2351
+/
0 commit comments