학습
모듈
Text manipulation in Power Automate for desktop - Training
Learn how to manipulate text and datetime values in Power Automate for desktop.
Duration.FromText(text as nullable text) as nullable duration
지정된 텍스트 text
에서 기간 값을 반환합니다. 이 함수에서 구문 분석할 수 있는 형식은 다음과 같습니다.
(모든 범위는 포함됨)
"2.05:55:20"
을(를) duration
값으로 변환하십시오.
사용량
Duration.FromText("2.05:55:20")
출력
#duration(2, 5, 55, 20)
학습
모듈
Text manipulation in Power Automate for desktop - Training
Learn how to manipulate text and datetime values in Power Automate for desktop.