I’ve to create a Location Document in a names.nsf Database. In this document, I have to set the field value : Schedule of the Replication tab to 06:00 – 22:00.
I try with the method NSFItemSetTime with a simple TIMEDATE, it works but I don’t know how to set a range value.
Here is a sample code which “reads” Date/Time range. For writing, you could try mimicing the code in reverse direction. I mean properly allocate memory, pack the Notes Item with binary values for your date range. Good luck!