MinutesFromTime() Function in Transformer Stage in DataStage

MinutesFromTime function returns the minute portion of a time.
Input: time
Output: minutes (int8)
Examples. If mylink.mytime contains the time 23:20:50, then the two following functions are equivalent, and return the value 20:
MinutesFromTime(“23:20:50”)
MinutesFromTime(mylink.mytime)

You can watch video tutorial of this function here:

Comments

comments

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: