SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Converts a time into its components.
VB.NET | object.GetTimeInfoV(ByVal Dt As Date, ByRef Hours As Object, ByRef Minutes As Object, ByRef Seconds As Object) |
VB | object.GetTimeInfoV(ByVal Dt As Date, Hours As Variant, Minutes As Variant, Seconds As Variant) |
C#.NET | void object.GetTimeInfoV(System.DateTime Dt, out object Hours, out object Minutes, out object Seconds); |
VC++ | HRESULT object->GetTimeInfoV(DATE Dt, const _variant_t&* Hours, const _variant_t&* Minutes, const _variant_t&* Seconds); |
C | HRESULT object->raw_GetTimeInfoV(DATE Dt, VARIANT* Hours, VARIANT* Minutes, VARIANT* Seconds); |
object
Dt
The time to be converted.
Hours
Returns the hours as specified by Dt.
Minutes
Returns the minutes as specified by Dt.
Seconds
Returns the seconds as specified by Dt.
The GetTimeInfoV method converts a time into its components.
GetTimeInfoV can be used to convert a date into its hours, minutes and seconds components. Calendar.GetDateInfo is used to retrieve the date related components.
GetTimeInfoV is used for languages such as VBScript, which are limited by requiring Variant arguments and do not support strongly typed arguments for return values. For more information please see Using SftMask/OCX with Internet Explorer.
See Also SftMaskCalendar Object | Object Hierarchy