Property: Day for UsiTimeDisp
- Updated2024-09-12
- 1 minute(s) read
DataPlugin > Properties > Property: Day for UsiTimeDisp
Property: Day for UsiTimeDisp
Specifies the day.
Object.Day
| Object | UsiTimeDisp Object with this property |
| Object.Day | Integer with read and write access |
The following example generates an object with the time value 17.06.2004 10:20:30 and saves the current day as a Root property:
Dim oMyTime: Set oMyTime = CreateTime(2004,6,17,10,20,30,0,0,0) Call Root.Properties.Add("Day", oMyTime.Day)