package posix-time
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
POSIX time
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.5.1.tar.gz
sha256=691346597f40a741768831b357e1047f8efbd0ad43aef259c97392662173c4d2
md5=ad59443f2ddb3a3c674f67fac28ed303
doc/posix-time/Posix_time/Tm/index.html
Module Posix_time.Tm
type t = private {tm_sec : int;tm_min : int;tm_hour : int;tm_mday : int;tm_mon : int;tm_year : int;tm_wday : int;tm_yday : int;tm_isdst : int;
}POSIX tm value with seconds 0,61, minutes 0,59, hours 0,23, day of month 0,31, month of year 0,11, years since 1900, day of week 0,6 (Sunday = 0), day of year 0,365 and daylight saving flag. The daylight saving flag is positive if daylight saving is in effect and 0 if not. In case this information is not available, it has a negative value.
val create :
int ->
int ->
int ->
int ->
int ->
int ->
int ->
int ->
int ->
t optioncreate tm_sec tm_min tm_hour tm_mday rm_mon tm_year tm_wday tm_yday tm_isdst creates a new time value if the all arguments suffice the aforementioned predicates. Otherwise create will return None.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>