.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetDaylightFlag 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetDaylightFlag\fR (KERNEL32.@) .SH SYNOPSIS BOOL GetDaylightFlag ( ) .SH DESCRIPTION .PP Specifies if daylight savings time is in operation. .SH NOTES .PP This function is called from the Win98's control applet timedate.cpl. .SH RETURNS .PP \fBTRUE\fR if daylight savings time is in operation. \fBFALSE\fR otherwise. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/kernel32/time.c"\fR. .PP Debug channel \fB"time"\fR.