formatUserDateTimeToUTC
Returns a formatted string that represents the datetime value after being formatted.
Syntax
context.formatting.formatUserDateTimeToUTC(userDateTime, behavior);
Available for
Model-driven and canvas apps
Parameters
Parameter Name | Type | Required | Description |
---|---|---|---|
userDateTime | Date |
Yes | The date to be formatted. |
behavior | DateTimeFieldBehavior |
No | The behavior of the datetime object to be formatted. |
Return Value
Type: string
Related articles
Formatting
Power Apps component framework API reference
Power Apps component framework overview