Products
Wireless - WiPOM
Wireless Modules
Cellular Modems
Cellular Gateways
Gateway Peripherals
Antennas & Accessories
Boards
Sensors
Data Plans
Microcontrollers
Microcontroller Boards
Peripherals
Peripheral Boards
USB Peripherals
Breakout Boards
Cables
Microcontroller Cables
Display Cables
D-Sub Adapters
Keypads
Displays
LCD's
LED Displays
VFD's
VFD Filters
PC Drive Bay Inserts
GX Series
OLED Displays
X-Boards
LCD Accessories
Platforms
AVR Development and Training Kits
ARM Development and Training Kits
8051 Development and Training Kits
BSCB Development and Training Kits
68XX Development and Training Kits
P18 Development and Training Kits
MSP430 Development and Training Kits
Cortex Development and Training Kits
Customize it
Development Tools
WebCatPlus Server
Micro-IDE Integrated Development System
Visual Development Tools/Support Packages
C Language Development Tools
BASIC Language Development Tools
Simulators / Debuggers
Other Tools
Web Servers
Education
MicroTrak
Teaching Platforms
Student Projects
Universities
Applications
Lectures
Sensors
Web Portal - WiPORTAL
Catalog
Engineering
Consulting
Custom Development
Project Capabilities
Advantages of BiPOM
Ultra Fast Prototyping
Industry Examples
Applications
Ordering
Methods, Terms and Payments
Price List and Availability
Sales Channels
Catalog
Support
Application Notes
Download Files
Product Registration
Report a Bug
Copyright Information
FAQ
Online Help
Forum
Company
About
People
Sales Channels
Employment
Philosophy
Contact
News
News
Newsletters
Contact
Cart is empty.
Item
Quantity
Price
Total:
$0
Home
>
Timing Functions
Timing Functions
BIPOM_TIME_Compare
-- Compare 2 times
BIPOM_TIME_Format
-- Format time
BIPOM_TIME_GetDay
-- Return current day of month
BIPOM_TIME_GetDiffSeconds
-- Calculate difference in seconds between 2 times. IMPORTANT: use only time part of date
BIPOM_TIME_GetHours
-- Return current hours
BIPOM_TIME_GetMinutes
-- Return current minutes
BIPOM_TIME_GetMonth
-- Return current month
BIPOM_TIME_GetMonthName
-- Return short name of month
BIPOM_TIME_GetSeconds
-- Return current seconds
BIPOM_TIME_GetTime
-- Read current system time
BIPOM_TIME_GetTotalSeconds
-- Calculate total number of seconds since BIPOM_TIME_BASE_YEAR/01/01 00:00:00.
BIPOM_TIME_GetYear
-- Return current year
BIPOM_TIME_Init
-- Initialize time subsystem
BIPOM_TIME_SetTime
-- Setup new time
delayMs
-- Generates a delay (software timing loop) for a duration of specified milliseconds.
delayUs
-- Generates a delay (software timing loop) for a duration of specified microseconds.
SoftDelay
-- Generates a delay