September 15, 2013 General » Re: Improved Phobos dox | |||
|---|---|---|---|
| |||
...see something like SysTime.year, DateTime.year, Date.year rather than year three times in... | |||
September 14, 2013 Genel » Derin Çehreli | |||
|---|---|---|---|
| |||
...void main()
{
auto zaman = SysTime(DateTime(Date(2013...zaman.month - 1], zaman.year,
zaman.hour, zaman... | |||
June 20, 2013 General » Re: Time to split up std.datetime into a package? | |||
|---|---|---|---|
| |||
...or anything like that. SysTime on the other...or time (e.g. year or second). There... | |||
April 20, 2012 Phobos » [phobos] [D-Programming-Language/phobos] dff1cc: std.datetime: Remove redundant SYSTEMTIME step whe... | |||
|---|---|---|---|
| |||
...a structure with year/month/day/etc. fields), and then created the SysTime result from... | |||
April 02, 2012 Learn » Re: DDoc with cross-references | |||
|---|---|---|---|
| |||
...name (e.g. DateTime and SysTime both have a year property), then they end up... | |||
March 08, 2012 General » Re: Arbitrary abbreviations in phobos considered ridiculous | |||
|---|---|---|---|
| |||
...for output (e.g. getting the year of the SysTime or converting it to a... | |||
March 02, 2012 Learn » Re: SysTime in a Struct | |||
|---|---|---|---|
| |||
...string etext; //
SysTime opCast(T : SysTime)() const
{
return SysTime(DateTime(
Clock.currTime.year,
to!int... | |||
March 01, 2012 Learn » Re: SysTime in a Struct | |||
|---|---|---|---|
| |||
...using DateTime instead of SysTime. >> >> That is a...edatetime = DateTime( > Clock.currTime.year, > to!int(this... | |||
March 01, 2012 Learn » Re: SysTime in a Struct | |||
|---|---|---|---|
| |||
...edatetime;
this (this)
{
edatetime = DateTime(
Clock.currTime.year,
to!int(this.edate[2..4]),
to... | |||
March 01, 2012 Learn » Re: SysTime in a Struct | |||
|---|---|---|---|
| |||
...type.
> this (this) {
> SysTime esystime = SysTime(DateTime(
That...this.esystime =
> Clock.currTime.year,
> to!int(this... | |||
Copyright © 1999-2021 by the D Language Foundation