Converts from a time format to another one.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public long ConvertTimeFormat( long source, IEDirectShow..::..IETimeFormat sourceFormat, IEDirectShow..::..IETimeFormat targetFormat )
Public Function ConvertTimeFormat ( _ source As Long, _ sourceFormat As IEDirectShow..::..IETimeFormat, _ targetFormat As IEDirectShow..::..IETimeFormat _ ) As Long
public: long long ConvertTimeFormat( long long source, IEDirectShow..::..IETimeFormat sourceFormat, IEDirectShow..::..IETimeFormat targetFormat )
Parameters
- source
- Int64
Source value (in sourceFormat format)
- sourceFormat
- IEDirectShow..::..IETimeFormat
Format of source
- targetFormat
- IEDirectShow..::..IETimeFormat
Returning converted format