February 12, 2013 GDC » To POD or not to POD | |||
|---|---|---|---|
| |||
...std.datetime:
We have this Date struct:
-----
struct Date
{
this(int a){}
short _year = 2... | |||
January 23, 2013 General » Re: Make dur a property? | |||
|---|---|---|---|
| |||
...in charge of std.datetime is very strongly...what, about a two year "transition"?). Nevermind that... | |||
April 20, 2012 Phobos » [phobos] [D-Programming-Language/phobos] dff1cc: std.datetime: Remove redundant SYSTEMTIME step whe... | |||
|---|---|---|---|
| |||
...datetime used to do - instead, FILETIME values were converted to SYSTEMTIME (a structure with year... | |||
April 21, 2012 General » Re: Random D geekout | |||
|---|---|---|---|
| |||
...std.conv; import std.datetime; import std.random...04d %s %2d:", dt.year, monthAbbrev[dt.month... | |||
April 02, 2012 Learn » Re: DDoc with cross-references | |||
|---|---|---|---|
| |||
...same name (e.g. DateTime and SysTime both have a year property), then they end... | |||
March 25, 2012 Announce » Re: D web apps: cgi.d now supports scgi | |||
|---|---|---|---|
| |||
...day = dateFromTime(date);
auto year = yearFromTime(date);
auto...monster that is std.datetime
but I'm... | |||
March 08, 2012 General » Re: Arbitrary abbreviations in phobos considered ridiculous | |||
|---|---|---|---|
| |||
...that I wrote std.datetime and that SysTime...e.g. getting the year of the SysTime... | |||
March 02, 2012 Learn » Re: SysTime in a Struct | |||
|---|---|---|---|
| |||
...opCast(T : SysTime)() const
{
return SysTime(DateTime(
Clock.currTime.year,
to!int(this.edate[2... | |||
March 01, 2012 Learn » Re: SysTime in a Struct | |||
|---|---|---|---|
| |||
...etime;
> string etext;
> DateTime edatetime;
> this (this)
> {
> edatetime = DateTime(
> Clock.currTime.year,
> to!int(this... | |||
March 01, 2012 Learn » Re: SysTime in a Struct | |||
|---|---|---|---|
| |||
...etime;
string etext;
DateTime edatetime;
this (this)
{
edatetime = DateTime(
Clock.currTime.year,
to!int(this... | |||
Copyright © 1999-2021 by the D Language Foundation