formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Utility

fzrt_date_time_get_minute

Description

This will get the minute (0..59) from a date time object

Plugin Prototype

fzrt_error_td fzrt_date_time_get_minute(

fzrt_unsigned_int

date_time,

fzrt_int *

minutes )

Parameters

date_time [Input]

seconds from fzrt_get_date_time

minutes [Result]

receives the minutes from the date_time object

Returns

FZRT_NOERR if successful, error ID otherwise

Availability

5.0.0.0

See Also

fzrt_get_date_time

Function Set

fz_fzrt_util_fset


Defined in

fzrt_api.h