Ignore:
Timestamp:
05/12/12 18:06:46 (12 years ago)
Author:
tbretz
Message:
Added JavaDate
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Time.h

    r12618 r13676  
    100100    double UnixDate() const;
    101101    double RootTime() const;
     102    uint64_t JavaDate() const { return uint64_t(UnixTime()*1000); }
    102103
    103104    int NightAsInt() const;
Note: See TracChangeset for help on using the changeset viewer.