C# Class AVG.Automation.Cmdlets.NativeTypes.SYSTEMTIME

Datei anzeigen Open project: apetrovskiy/STUPS Class Usage Examples

Public Properties

Property Type Description
wDay short
wDayOfWeek short
wHour short
wMilliseconds short
wMinute short
wMonth short
wSecond short
wYear short

Public Methods

Method Description
SYSTEMTIME ( System.DateTime value ) : System

Method Details

SYSTEMTIME() public method

public SYSTEMTIME ( System.DateTime value ) : System
value System.DateTime
return System

Property Details

wDay public_oe property

public short wDay
return short

wDayOfWeek public_oe property

public short wDayOfWeek
return short

wHour public_oe property

public short wHour
return short

wMilliseconds public_oe property

public short wMilliseconds
return short

wMinute public_oe property

public short wMinute
return short

wMonth public_oe property

public short wMonth
return short

wSecond public_oe property

public short wSecond
return short

wYear public_oe property

public short wYear
return short