st_FTP_SYSTEMTIME

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > SocketTools > SocketTools FTP > SocketTools FTP UDT >

st_FTP_SYSTEMTIME

 

Description

 

st_FTP_SYSTEMTIME structure represents a date and time using individual members for the month, day, year, weekday, hour, minute, second, and millisecond.

 

Syntax

 

Type st_FTP_SYSTEMTIME

 wYear         As Word

 wMonth        As Word

 wDayOfWeek    As Word

 wDay          As Word

 wHour         As Word

 wMinute       As Word

 wSecond       As Word

 wMilliseconds As Word

End Type

 

Remarks

 

 

See also

 

Examples