Icon MinuteOf

Unit: Internal

Available In: Client and Server Applications

function MinuteOf(Value: DateTime; UTC: Boolean=False): Integer

The MinuteOf function returns the minute number of the input parameter in local or UTC time. The return value is an Integer value between 0 and 59.

Examples

X := MinuteOf(Time);  // X is 10 (assuming a time of 12:10 PM)
Image