C# Class Google.KML.geDateTime

Converts a .Net DateTime object to a strings that KML can recognize
Mostra file Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Public Properties

Property Type Description
dateTime System.DateTime
useDateOnly bool
useUTC bool

Public Methods

Method Description
ToKML ( ) : string

Renders the DateTime as a string for KML

Method Details

ToKML() public method

Renders the DateTime as a string for KML
public ToKML ( ) : string
return string

Property Details

dateTime public_oe property

public DateTime,System dateTime
return System.DateTime

useDateOnly public_oe property

public bool useDateOnly
return bool

useUTC public_oe property

public bool useUTC
return bool