Search

February 12, 2013
GDC »
...std.datetime:

We have this Date struct:
-----
struct Date
{
    this(int a){}
    short _year  = 2...
January 23, 2013
General »
...in charge of std.datetime is very strongly...what, about a two year "transition"?). Nevermind that...
April 20, 2012
Phobos »
...datetime used to do - instead, FILETIME values were converted to SYSTEMTIME (a structure with year...
April 21, 2012
General »
...std.conv;
import std.datetime;
import std.random...04d %s %2d:", dt.year, monthAbbrev[dt.month...
April 02, 2012
Learn »
...same name (e.g. DateTime and SysTime both have a year property), then they end...
March 25, 2012
Announce »
...day = dateFromTime(date);
                auto year = yearFromTime(date);
                auto...monster that is std.datetime
but I'm...
March 08, 2012
General »
...that I wrote std.datetime and that SysTime...e.g. getting the year of the SysTime...
March 02, 2012
Learn »
...opCast(T : SysTime)() const
    {
        return SysTime(DateTime(
                           Clock.currTime.year,
                           to!int(this.edate[2...
March 01, 2012
Learn »
...etime;
> string etext;
> DateTime edatetime;
> this (this)
> {
> edatetime = DateTime(
> Clock.currTime.year,
> to!int(this...
March 01, 2012
Learn »
...etime;
  string etext;
  DateTime edatetime;
  this (this)
  {
    edatetime = DateTime(
      Clock.currTime.year,
      to!int(this...
1 2 3 4 5 6 7 8 9 10 11 12
Next ›   Last »