struct Iom::PHP::Strtotime::Result

Defined in:

Strtotime/result.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(builder : ResultBuilder, relative_to : Time) #

[View source]

Instance Method Detail

def builder : ResultBuilder #

[View source]
def builder=(builder : ResultBuilder) #

[View source]
def d : Int32 #

[View source]
def d=(d : Int32) #

[View source]
def dates : Int32 #

counters


[View source]
def dates=(dates : Int32) #

counters


[View source]
def f : Int32 #

[View source]
def f=(f : Int32) #

[View source]
def h : Int32 #

time


[View source]
def h=(h : Int32) #

time


[View source]
def i : Int32 #

[View source]
def i=(i : Int32) #

[View source]
def m : Int32 #

[View source]
def m=(m : Int32) #

[View source]
def relative_to : Time #

[View source]
def relative_to=(relative_to : Time) #

[View source]
def s : Int32 #

[View source]
def s=(s : Int32) #

[View source]
def times : Int32 #

[View source]
def times=(times : Int32) #

[View source]
def value : Time | Nil #

[View source]
def value=(value : Time | Nil) #

[View source]
def y : Int32 #

date


[View source]
def y=(y : Int32) #

date


[View source]
def z : Int64 | Nil #

relative shifts

property ry : Int32 = 0_i32 property rm : Int32 = 0_i32 property rd : Int32 = 0_i32 property rh : Int32 = 0_i32 property ri : Int32 = 0_i32 property rs : Int32 = 0_i32 property rf : Int32 = 0_i32 weekday related shifts property weekday : Int32? = nil property weekday_behavior : Int32 = 0_i32 first or last day of month 0 none, 1 first, -1 last property first_or_last_day_of_month : Int32 = 0_i32 timezone correction in minutes


[View source]
def z=(z : Int64 | Nil) #

relative shifts

property ry : Int32 = 0_i32 property rm : Int32 = 0_i32 property rd : Int32 = 0_i32 property rh : Int32 = 0_i32 property ri : Int32 = 0_i32 property rs : Int32 = 0_i32 property rf : Int32 = 0_i32 weekday related shifts property weekday : Int32? = nil property weekday_behavior : Int32 = 0_i32 first or last day of month 0 none, 1 first, -1 last property first_or_last_day_of_month : Int32 = 0_i32 timezone correction in minutes


[View source]
def zones : Int32 #

[View source]
def zones=(zones : Int32) #

[View source]