chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:13:17 +08:00
commit 58ab8315aa
8961 changed files with 5602567 additions and 0 deletions
@@ -0,0 +1,17 @@
# DateTimeToString
*in [Lib.string.datetime](README.md)*
Uses [NowAsDateTime] output to convert it into a string
## Input Parameters
| Name (Relevancy & Type) | Description |
|---|---|
| **Value** (DateTime Required) | Input for a 'DateTime' parameter<br/><br/>For example by [NowAsDateTime] operator |
| **Format** (String) | — |
## Outputs
| Name | Type |
|---|---|
| **Output** | System.String |