Object: UsiTimeDisp
- Updated2024-09-12
- 1 minute(s) read
(DataPlugin | UsiTimeDisp) > Object: UsiTimeDisp
Object: UsiTimeDisp
The USITimeDisp object provides date and time information.
The following example generates an object with the time value 17.06.2004 10:20:30 and assigns the object to the Root property DateTime:
Dim oMyTime: Set oMyTime = CreateTime(2004,6,17,10,20,30,0,0,0) Call Root.Properties.Add("DateTime", oMyTime)
Properties
Day | Fraction | Hour | Microsecond | Millisecond | Minute | Month | Nanosecond | Second | SecondsFrom0000 | SecondsFrom1904 | VariantDate | Year
Methods
Returned From
DataPlugin.CreateTime | UsiTimeDisp.GetLocalTime | UsiTimeDisp.GetUTC