Inherited Variables
Inherited Constants
Inherited Methods
Class Details
Tags:
- see - GKRELLM_UPDATE_TIME
[ Top ]
Class Variables
Class Methods
get_hour
int get_hour(
)
[line 82]
Tags:
- return - The 'hour' portion of the server's current time
- access - public
Parameters:
[ Top ]
get_mday
int get_mday(
)
[line 90]
Tags:
- return - The 'day of month' portion of the server's current time
- access - public
Parameters:
[ Top ]
get_minute
int get_minute(
)
[line 74]
Tags:
- return - The 'minute' portion of the server's current time
- access - public
Parameters:
[ Top ]
get_month
int get_month(
)
[line 98]
Tags:
- return - The 'month' portion of the server's current time
- access - public
Parameters:
[ Top ]
get_second
int get_second(
)
[line 66]
Tags:
- return - The 'second' portion of the server's current time
- access - public
Parameters:
[ Top ]
get_wday
int get_wday(
)
[line 114]
Tags:
- return - The 'day of week' portion of the server's current time
- access - public
Parameters:
[ Top ]
get_yday
int get_yday(
)
[line 122]
Tags:
- return - The 'day of year' portion of the server's current time
- access - public
Parameters:
[ Top ]
get_year
int get_year(
)
[line 106]
Tags:
- return - The 'year' portion of the server's current time
- access - public
Parameters:
[ Top ]
isdst
bool isdst(
)
[line 130]
Tags:
- return - Is this daylight saving time?
- access - public
Parameters:
[ Top ]