Screenshots_office365_integrationservice


@Karthik_Chandra_Sirimalla

Welcome to the community

can you please tell the ask or question you have?

cheers

Add columns to sharepoint list via powershell.docx (17.4 KB)
Install PNP module for local user.docx (24.4 KB)

isValid = DateTime.TryParseExact(
dateTimeString,
“dd/MM/yyyy HH:mm:ss”,
System.Globalization.CultureInfo.InvariantCulture,
System.Globalization.DateTimeStyles.None,
parsedDateTime
)

matchedFormat = formats.FirstOrDefault(Function(f) DateTime.TryParseExact(dateTimeString, f, System.Globalization.CultureInfo.InvariantCulture, System.Globalization.DateTimeStyles.None, Nothing))