![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
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.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ | F# |
public static void DosDateAndTimeToDateTime( short dosDate, short dosTime, out DateTime dateTime )
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 )
static member DosDateAndTimeToDateTime : dosDate : int16 * dosTime : int16 * dateTime : DateTime byref -> unit
Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.11.1.2318)