KeePass Help Center KeePass Home | Downloads | Translations | Plugins | Donate 
Help Center Home | Forums | Awards | Links 







_PW_TIME Struct Reference

Time structure. More...

#include <PwStructs.h>

Public Attributes

USHORT shYear
 Year. 2004 means 2004. More...
 
BYTE btMonth
 Month. Ranges from 1 = Jan to 12 = Dec. More...
 
BYTE btDay
 Day. The first day is 1. More...
 
BYTE btHour
 Hour. Begins with hour 0, maximum value is 23. More...
 
BYTE btMinute
 Minutes. Begins at 0, maximum value is 59. More...
 
BYTE btSecond
 Seconds. Begins at 0, maximum value is 59. More...
 

Detailed Description

Time structure.

Member Data Documentation

◆ btDay

BYTE _PW_TIME::btDay

Day. The first day is 1.

◆ btHour

BYTE _PW_TIME::btHour

Hour. Begins with hour 0, maximum value is 23.

◆ btMinute

BYTE _PW_TIME::btMinute

Minutes. Begins at 0, maximum value is 59.

◆ btMonth

BYTE _PW_TIME::btMonth

Month. Ranges from 1 = Jan to 12 = Dec.

◆ btSecond

BYTE _PW_TIME::btSecond

Seconds. Begins at 0, maximum value is 59.

◆ shYear

USHORT _PW_TIME::shYear

Year. 2004 means 2004.


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

Documentation generated with Doxygen.





Get KeePass