프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FileTimeEpoch | Instant | ||
InfiniteDuration | System.Duration | ||
MaxDuration | System.Duration | ||
MaxLocalDate | LocalDate | ||
MaxLocalDateTime | LocalDateTime | ||
MaxLocalTime | LocalTime | ||
MinDuration | System.Duration | ||
MinLocalDate | LocalDate | ||
MinLocalDateTime | LocalDateTime | ||
MinLocalTime | LocalTime | ||
OneHour | System.Duration | ||
OneMillisecond | System.Duration | ||
OneMillisecondPeriod | Period | ||
OneMinute | System.Duration | ||
OneSecond | System.Duration | ||
OneStandardDay | System.Duration | ||
OneStandardWeek | System.Duration | ||
OneTick | System.Duration | ||
OneTickPeriod | Period |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CeilingHour | Instant | ||
CeilingMinute | Instant | ||
CeilingSecond | Instant | ||
FloorHour | Instant | ||
FloorMinute | Instant | ||
FloorSecond | Instant | ||
Hours | int | ||
InstantFromFileTimeUtc | Instant | ||
IsNegative | bool | ||
IsNegative | bool | ||
IsPositive | bool | ||
IsPositive | bool | ||
LoadTzdb | IDateTimeZoneProvider | ||
Milliseconds | int | ||
Minutes | int | ||
OnActiveUtilityConfigurationChanged | void | ||
Seconds | int | ||
StandardDays | int | ||
StandardWeeks | int | ||
TimeHelpers | NodaTime | ||
TotalHours | double | ||
TotalMilliseconds | double | ||
TotalMinutes | double | ||
TotalSeconds | double | ||
TotalStandardDays | double | ||
TotalStandardWeeks | double |
메소드 | 설명 | |
---|---|---|
IsZero ( [ period ) : bool |
Determines whether the specified period is zero.
|
|
SetDateTimeZoneProvider ( string path = null ) : void |
Sets the DateTimeZoneProvider to the time zone database given.
|
메소드 | 설명 | |
---|---|---|
CeilingHour ( this instant ) : Instant | ||
CeilingMinute ( this instant ) : Instant | ||
CeilingSecond ( this instant ) : Instant | ||
FloorHour ( this instant ) : Instant | ||
FloorMinute ( this instant ) : Instant | ||
FloorSecond ( this instant ) : Instant | ||
Hours ( this duration ) : int | ||
InstantFromFileTimeUtc ( long fileTimeTicks ) : Instant | ||
IsNegative ( [ period, LocalDate local ) : bool | ||
IsNegative ( [ period, LocalDateTime local ) : bool | ||
IsPositive ( [ period, LocalDate local ) : bool | ||
IsPositive ( [ period, LocalDateTime local ) : bool | ||
LoadTzdb ( string path = null ) : IDateTimeZoneProvider | ||
Milliseconds ( this duration ) : int | ||
Minutes ( this duration ) : int | ||
OnActiveUtilityConfigurationChanged ( [ sender, [ |
Called when the utility configuration changes. If the UtilityConfiguration.TimeZoneDB property changes, the database will be reloaded.
|
|
Seconds ( this duration ) : int | ||
StandardDays ( this duration ) : int | ||
StandardWeeks ( this duration ) : int | ||
TimeHelpers ( ) : NodaTime |
Initializes the TimeHelpers class.
|
|
TotalHours ( this duration ) : double | ||
TotalMilliseconds ( this duration ) : double | ||
TotalMinutes ( this duration ) : double | ||
TotalSeconds ( this duration ) : double | ||
TotalStandardDays ( this duration ) : double | ||
TotalStandardWeeks ( this duration ) : double |
public static SetDateTimeZoneProvider ( string path = null ) : void | ||
path | string | The path of the database file to load, or |
리턴 | void |