GOFI.Date – go-for-it-0 Reference Manual
Packages
go-for-it-0
GOFI
Date
dt
has_time
time_is_floating
Date
Date.from_ymd
compare
days_between
dt_compare_date
to_timezone
Date
Object Hierarchy:
Description:
public
class
Date
Namespace:
GOFI
Package:
go-for-it-0
Content:
Properties:
public
DateTime
dt
{
get
; }
public
bool
has_time
{
get
; }
public
bool
time_is_floating
{
get
; }
Creation methods:
public
Date
(
DateTime
dt,
bool
has_time =
false
,
bool
time_is_floating =
true
)
public
Date.from_ymd
(
int
year,
int
month,
int
day)
Methods:
public
int
compare
(
Date
date)
public
int
days_between
(
Date
date)
public
int
dt_compare_date
(
DateTime
dt)
public
DateTime
to_timezone
(
TimeZone
? tz)