Category: Get
Syntax: Get ( CurrentTime ) |
Parameters: None
Data type returned: Time
Description:
Returns the current time from the local system clock (on the client machine).
Note that the Time data type is stored internally as the number of seconds since midnight. Math can be performed on all Time() functions using multiples of seconds (60 = 1 minute, 3600 = 1 hour).
Remember that the time returned by Get (CurrentTime) is the local time on the system clock of the client machine. In cases where clients are accessing a database from different time zones, or someone has their clock set wrong, this data may be less useful than time extracted from the host machine's system clock with the Get (CurrentHostTimeStamp) function.
Examples:
Function |
Results |
---|---|
Get (CurrentTime) + 3600 |
Returns the time one hour from now. |
Get (CurrentTime) |
Returns the current time from the local system clock. |
: FileMaker Specifications
FileMaker 8 Product Line
Specifications and Storage Limits
Field Types and Import/Export Formats
: Calculation Functions
Working with Calculations Primer
Calculation Signatures
Calculation Functions
: Custom Functions
Custom Functions Primer
Useful Custom Functions
: Script Steps
Scripting Primer
Script Step Reference
: Quick Reference
FileMaker Error Codes
FileMaker Keyboard Shortcuts
FileMaker Network Ports
FileMaker Server Command Line Reference
FileMaker XML Reference
: Other Resources
Where to Go for More Information