| static ScalarValuedFunction | DateTime. getTextValue(ScalarValuedFunction expr,
            DateTime.DateTimeValue valueType) | Create a function that will extract the wanted date or time value as text
 from the given function applied to a record flow. | 
| static ScalarValuedFunction | DateTime. getTextValue(ScalarValuedFunction expr,
            DateTime.DateTimeValue valueType,
            TimeZone tz) | Create a function that will extract the wanted date or time value as text
 from the given function applied to a record flow. | 
| static ScalarValuedFunction | DateTime. getTextValue(String field,
            DateTime.DateTimeValue valueType) | Create a function that will extract the wanted date or time value as text
 from the named field contained in a record flow. | 
| static ScalarValuedFunction | DateTime. getTextValue(String field,
            DateTime.DateTimeValue valueType,
            TimeZone tz) | Create a function that will extract the wanted date or time value as text
 from the named field contained in a record flow. | 
| static ScalarValuedFunction | DateTime. getValue(ScalarValuedFunction expr,
        DateTime.DateTimeValue valueType) | Create a function that will extract the wanted date or time value
 from the given function applied to a record flow. | 
| static ScalarValuedFunction | DateTime. getValue(ScalarValuedFunction expr,
        DateTime.DateTimeValue valueType,
        TimeZone tz) | Create a function that will extract the wanted date or time value
 from the given function applied to a record flow. | 
| static ScalarValuedFunction | DateTime. getValue(String field,
        DateTime.DateTimeValue valueType) | Create a function that will extract the wanted date or time value
 from the named field contained in a record flow. | 
| static ScalarValuedFunction | DateTime. getValue(String field,
        DateTime.DateTimeValue valueType,
        TimeZone tz) | Create a function that will extract the wanted date or time value
 from the named field contained in a record flow. |