NAME

Efl::Time

SYNOPSIS

use Efl::Time;
my $tm = Efl::Time->new(localtime(time));
my $tm = Efl::Time->localtime(time);
my $tm = Efl::Time->gmtime(time);
my $sec = $tm->tm_sec;
my $min = $tm->tm_min;
my $hour = $tm->tm_hour;
[...]

DESCRIPTION

This module is a perl binding to the Efl_Time struct which is an alias for the struct tm.

EXPORT

None by default.

SEE ALSO

https://www.enlightenment.org/develop/api/efl/time

AUTHOR

Maximilian Lika, <maximilian@>

COPYRIGHT AND LICENSE

Copyright (C) 2021 by Maximilian Lika

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.28.1 or, at your option, any later version of Perl 5 you may have available.