Skip to content

Timezone Class

Jared Atkinson edited this page Nov 5, 2015 · 7 revisions

Syntax

public class Timezone
{
    // Properties
    public readonly string RegistryTimezone;
    public readonly string dotNetStandardTimezone;
    public readonly string dotNetDaylightTimezone;
    public readonly bool IsDaylightSavingTime;

    // Static Methods
    public static Timezone Get()
    public static Timezone Get(string hivePath)
}

Properties

RegistryTimezone - 
dotNetStandardTimezone - 
dotNetDaylightTimezone - 
IsDaylightSavingsTime - 

Methods

Name Description
Get()
Get(string)

Home

Getting Started

Documentation

Cmdlets

Clone this wiki locally