YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
DateTimeHelper.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_DATETIMEHELPER_HPP
2
# define YAPOG_DATETIMEHELPER_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
YAPOG/System/Time/DateTime.hpp
"
6
# include "
YAPOG/System/String.hpp
"
7
8
namespace
yap
9
{
10
class
YAPOG_LIB
DateTimeHelper
11
{
12
DISALLOW_COPY
(
DateTimeHelper
);
13
14
public
:
15
16
static
DateTime
Now ();
17
static
DateTime
Parse (
const
yap::String
& date);
18
19
private
:
20
21
DateTimeHelper
();
22
~
DateTimeHelper
();
23
};
24
}
// namespace yap
25
26
#endif // YAPOG_DATETIMEHELPER_HPP
YAPOG
include
YAPOG
System
Time
DateTimeHelper.hpp
Generated on Mon Sep 17 2012 22:24:24 for YAPOG by
1.8.1.1