Ejemplo n.º 1
0
        public void raid_create(Context ctx)
        {
            //Get the default timezone offset
            var offset = DateTool.GetDefaultTimezone();

            //Pass on
            this.raid_create(ctx, "today", 20, 00, offset, "W1-4");
        }