Hi
var day = this.LastChangeOn.GetWeekDay();
if(day == 5) // if day isfirday
this.KUT = this.LastChangedOn.AddDuration(Duration.ParseFromString("P3DT1H")); //add 3 days will be monday
// you can fix the time as XXXXX 8:00:00
}
Regards
Sunil
Hi
var day = this.LastChangeOn.GetWeekDay();
if(day == 5) // if day isfirday
this.KUT = this.LastChangedOn.AddDuration(Duration.ParseFromString("P3DT1H")); //add 3 days will be monday
// you can fix the time as XXXXX 8:00:00
}
Regards
Sunil