Pchp.Library.DateTimeFunctions.date_sunset C# (CSharp) Method

date_sunset() public static method

public static date_sunset ( Context ctx, int timestamp ) : PhpValue
ctx Pchp.Core.Context
timestamp int
return Pchp.Core.PhpValue
        public static PhpValue date_sunset(Context ctx, int timestamp)
        {
            return GetSunTime(ctx, timestamp, TimeFormats.String, Double.NaN, Double.NaN, Double.NaN, Double.NaN, false);
        }

Same methods

DateTimeFunctions::date_sunset ( Context ctx, int timestamp, TimeFormats format ) : PhpValue
DateTimeFunctions::date_sunset ( Context ctx, int timestamp, TimeFormats format, double latitude ) : PhpValue
DateTimeFunctions::date_sunset ( Context ctx, int timestamp, TimeFormats format, double latitude, double longitude ) : PhpValue
DateTimeFunctions::date_sunset ( Context ctx, int timestamp, TimeFormats format, double latitude, double longitude, double zenith ) : PhpValue
DateTimeFunctions::date_sunset ( Context ctx, int timestamp, TimeFormats format, double latitude, double longitude, double zenith, double offset ) : PhpValue