DocumentManagerConvertUtcToLocalDates Method

Converts UTC to local date and times

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Converts UTC to local date and times")]
public DateTime[] ConvertUtcToLocalDates(
	DateTime[] utcDateTimes
)

Parameters

utcDateTimes  DateTime

Return Value

DateTime

See Also