Deployment Tools Foundation
DosDateAndTimeToDateTime Method (dosDate, dosTime, dateTime)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression ► CompressionEngine ► DosDateAndTimeToDateTime(Int16, Int16, DateTime%)
Compresion utility function for converting old-style
date and time values to a DateTime structure.
Declaration Syntax
C# | Visual Basic | Visual C++ |
Public Shared Sub DosDateAndTimeToDateTime ( _ dosDate As Short, _ dosTime As Short, _ <OutAttribute> ByRef dateTime As DateTime _ )
public: static void DosDateAndTimeToDateTime( short dosDate, short dosTime, [OutAttribute] DateTime% dateTime )