bigloo.foreign.BGL_DATE_ISDST C# (CSharp) Method

BGL_DATE_ISDST() public static method

public static BGL_DATE_ISDST ( date d ) : int
d date
return int
        public static int BGL_DATE_ISDST( date d )
        {
            return -1;
        }
foreign