Click or drag to resize

DocumentManagerConvertUtcToLocalDates Method

Converts UTC to local date and times

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public DateTime[] ConvertUtcToLocalDates(
	DateTime[] utcDateTimes
)

Parameters

utcDateTimes
Type: SystemDateTime

Return Value

Type: DateTime
See Also