Tanay Shah wrote:
I want to increment or decrement the mins of my timectrl at intervals of 5
mins specifically.How can I do that ?<snip...>
a wx.lib.masked.timectrl.TimeCtrl can give you a wx.DateTime object. Once you have that object, you can use method AddTS() to adjust it. Then you just save the value back into the TimeCtrl.
The date portion of wx.DateTime is irrelevant here, unless you have a separate need to keep track of crossing over midnight.