| Author |
Message |
Steven
Guest
|
Posted:
Mon Sep 12, 2005 4:59 pm Post subject:
Function question |
|
|
I have code that calls the IsDateInDST() function. However, I can not find
any reference information on either Microsoft's site, or through Internet
searches, regarding this function. Also, the code doesn't indicate that it is
a user defined function either. Any direction that can be offered would be
most appreciated.
Thanks in advance.
|
|
| Back to top |
|
 |
Glen Scales [MVP]
Guest
|
Posted:
Tue Sep 13, 2005 8:59 am Post subject:
Re: Function question |
|
|
If your working in Visual studio one thing you could try is opening up the
object browser (its in the view menu) and then do a search for that function
it sounds to me like it maybe from a custom class library have a look at
your references and see what libraries are being loaded by your project.
Cheers
Glen
"Steven" <Steven@discussions.microsoft.com> wrote in message
news:1F16F5D6-F21E-427F-930B-EE95FECEE3DD@microsoft.com...
| Quote: | I have code that calls the IsDateInDST() function. However, I can not find
any reference information on either Microsoft's site, or through Internet
searches, regarding this function. Also, the code doesn't indicate that it
is
a user defined function either. Any direction that can be offered would be
most appreciated.
Thanks in advance. |
|
|
| Back to top |
|
 |
Steven
Guest
|
Posted:
Tue Sep 13, 2005 4:59 pm Post subject:
Re: Function question |
|
|
Thanks Glen for the quick response. Unfortunately, I do not do my development
with Visual Studio, but I do have access to someone that does. Thanks again
for the help.
"Glen Scales [MVP]" wrote:
| Quote: | If your working in Visual studio one thing you could try is opening up the
object browser (its in the view menu) and then do a search for that function
it sounds to me like it maybe from a custom class library have a look at
your references and see what libraries are being loaded by your project.
Cheers
Glen
"Steven" <Steven@discussions.microsoft.com> wrote in message
news:1F16F5D6-F21E-427F-930B-EE95FECEE3DD@microsoft.com...
I have code that calls the IsDateInDST() function. However, I can not find
any reference information on either Microsoft's site, or through Internet
searches, regarding this function. Also, the code doesn't indicate that it
is
a user defined function either. Any direction that can be offered would be
most appreciated.
Thanks in advance.
|
|
|
| Back to top |
|
 |
|
|
|
|