Skip to content

M_NChronicle_File_Configuration_FileChronicleLibraryConfiguration_WithTimeZone

Andrew James edited this page Aug 3, 2017 · 1 revision

FileChronicleLibraryConfiguration.WithTimeZone Method

Set all dates in the output to be rendered in the specified timeZone.

Namespace: NChronicle.File.Configuration
Assembly: NChronicle.File (in NChronicle.File.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#

public void WithTimeZone(
	TimeZoneInfo timeZone
)

VB

Public Sub WithTimeZone ( 
	timeZone As TimeZoneInfo
)

F#

member WithTimeZone : 
        timeZone : TimeZoneInfo -> unit 

Parameters

 

timeZone
Type: System.TimeZoneInfo
TimeZoneInfo to render dates in.

See Also

Reference

FileChronicleLibraryConfiguration Class
NChronicle.File.Configuration Namespace

Clone this wiki locally