LibreOffice Module ucb (master) 1
Public Member Functions | List of all members
ftp::DateTime Struct Reference

#include <ftpdirp.hxx>

Inheritance diagram for ftp::DateTime:
[legend]
Collaboration diagram for ftp::DateTime:
[legend]

Public Member Functions

 DateTime ()
 
void SetYear (sal_uInt16 year)
 
void SetMonth (sal_uInt16 month)
 
void SetDay (sal_uInt16 day)
 
void SetTime ()
 
void SetHour (sal_uInt16 hours)
 
void SetMin (sal_uInt16 minutes)
 
void SetSec (sal_uInt16 seconds)
 
void SetNanoSec (sal_uInt32 nanoSec)
 
sal_uInt16 GetMonth () const
 

Detailed Description

Definition at line 39 of file ftpdirp.hxx.

Constructor & Destructor Documentation

◆ DateTime()

ftp::DateTime::DateTime ( )
inline

Definition at line 42 of file ftpdirp.hxx.

Member Function Documentation

◆ GetMonth()

sal_uInt16 ftp::DateTime::GetMonth ( ) const
inline

Definition at line 54 of file ftpdirp.hxx.

Referenced by ftp::FTPDirectoryParser::parseUNIX_isTime().

◆ SetDay()

void ftp::DateTime::SetDay ( sal_uInt16  day)
inline

◆ SetHour()

void ftp::DateTime::SetHour ( sal_uInt16  hours)
inline

◆ SetMin()

void ftp::DateTime::SetMin ( sal_uInt16  minutes)
inline

◆ SetMonth()

void ftp::DateTime::SetMonth ( sal_uInt16  month)
inline

◆ SetNanoSec()

void ftp::DateTime::SetNanoSec ( sal_uInt32  nanoSec)
inline

◆ SetSec()

void ftp::DateTime::SetSec ( sal_uInt16  seconds)
inline

Definition at line 51 of file ftpdirp.hxx.

References Seconds.

Referenced by ftp::FTPDirectoryParser::parseUNIX_isTime(), and ftp::FTPDirectoryParser::parseVMS().

◆ SetTime()

void ftp::DateTime::SetTime ( )
inline

Definition at line 48 of file ftpdirp.hxx.

References Hours, Minutes, and Seconds.

Referenced by ftp::FTPDirectoryParser::parseUNIX_isYearTimeField().

◆ SetYear()

void ftp::DateTime::SetYear ( sal_uInt16  year)
inline

The documentation for this struct was generated from the following file: