M-Files API 23.11.13135.0
MFDataFunction Enumeration
Description
Functions that operate on a property value.
Members
MemberValueDescription
MFDataFunctionDate4Gets the date part of a date or timestamp value (e.g., 2004-02-15).
MFDataFunctionDaysFrom5Gets the difference between the current timestamp and a specified date or timestamp value as the number of days (e.g., 8 or -10).
MFDataFunctionDaysTo6Gets the difference between a specified date or timestamp value and the current timestamp as the number of days (e.g., 10 or -8).
MFDataFunctionInitialCharGroup9Gets an initial character group from text or a typed value.
MFDataFunctionIntegerSegment7Gets the integer segment of a value (an integer number or a real number) based on a defined segment size.
MFDataFunctionLeftChars8Gets a defined number of left characters from text or a typed value.
MFDataFunctionMonth2Gets the month of a date or timestamp value (e.g., 02).
MFDataFunctionNoOp0Returns the data without modifying it.
MFDataFunctionYear1Gets the year of a date or timestamp value (e.g., 2004).
MFDataFunctionYearAndMonth3Gets the year and month of a date or timestamp value (e.g., 2004-02).