C# Class Google.KML.geDateTime

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

Méthodes publiques

Свойство Type Description
dateTime System.DateTime
useDateOnly bool
useUTC bool

Méthodes publiques

Méthode Description
ToKML ( ) : string

Renders the DateTime as a string for KML

Method Details

ToKML() public méthode

Renders the DateTime as a string for KML
public ToKML ( ) : string
Résultat string

Property Details

dateTime public_oe property

public DateTime,System dateTime
Résultat System.DateTime

useDateOnly public_oe property

public bool useDateOnly
Résultat bool

useUTC public_oe property

public bool useUTC
Résultat bool